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: |
|
||||
tar -xzf workspace.tar.gz
|
||||
|
||||
- name: use checkout actions
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Generate Docs
|
||||
run: |
|
||||
sudo apt-get install python3-sphinx
|
||||
@ -133,9 +136,6 @@ jobs:
|
||||
ls
|
||||
git status
|
||||
|
||||
- name: use checkout actions
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: publish
|
||||
run: |
|
||||
echo "$PWD"
|
||||
|
Loading…
Reference in New Issue
Block a user