Update tests.yml
This commit is contained in:
parent
6c650f7c96
commit
23a5d90367
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -122,6 +122,9 @@ jobs:
|
|||||||
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
|
||||||
@ -133,9 +136,6 @@ jobs:
|
|||||||
ls
|
ls
|
||||||
git status
|
git status
|
||||||
|
|
||||||
- name: use checkout actions
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
run: |
|
run: |
|
||||||
echo "$PWD"
|
echo "$PWD"
|
||||||
|
Loading…
Reference in New Issue
Block a user