Update tests.yml

This commit is contained in:
Ace
2023-07-24 01:28:09 +02:00
committed by GitHub
parent 6c650f7c96
commit 23a5d90367

View File

@@ -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"