Update tests.yml
This commit is contained in:
parent
23a5d90367
commit
0e5cad1955
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -113,18 +113,15 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Restore Workspace
|
- uses: actions/checkout@v3
|
||||||
uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: workspace
|
name: workspace
|
||||||
|
|
||||||
- name: Extract Workspace Archive
|
- name: Extract Workspace Archive
|
||||||
run: |
|
run: |
|
||||||
tar -xzf workspace.tar.gz
|
tar -xzf workspace.tar.gz
|
||||||
|
|
||||||
- name: use checkout actions
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install python3-sphinx
|
sudo apt-get install python3-sphinx
|
||||||
@ -134,6 +131,7 @@ jobs:
|
|||||||
make html && make github && cd ..
|
make html && make github && cd ..
|
||||||
echo "$PWD"
|
echo "$PWD"
|
||||||
ls
|
ls
|
||||||
|
git add docs/*
|
||||||
git status
|
git status
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
|
Loading…
Reference in New Issue
Block a user