Update tests.yml

This commit is contained in:
Ace 2023-07-24 01:53:11 +02:00 committed by GitHub
parent 23a5d90367
commit 0e5cad1955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,18 +113,15 @@ jobs:
contents: write
steps:
- name: Restore Workspace
uses: actions/download-artifact@v2
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
with:
name: workspace
- name: Extract Workspace Archive
run: |
tar -xzf workspace.tar.gz
- name: use checkout actions
uses: actions/checkout@v3
- name: Generate Docs
run: |
sudo apt-get install python3-sphinx
@ -134,6 +131,7 @@ jobs:
make html && make github && cd ..
echo "$PWD"
ls
git add docs/*
git status
- name: publish