Update tests.yml

This commit is contained in:
Ace 2023-07-24 01:09:09 +02:00 committed by GitHub
parent 3db25b1722
commit 83077765c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,9 +118,8 @@ jobs:
with:
name: workspace
- name: Extract Workspace Archive
run: |
tar -xzf workspace.tar.gz
- name: Checkout Repository
uses: actions/checkout@v3
- name: Generate Docs
run: |
@ -131,10 +130,12 @@ jobs:
make html && make github && cd ..
echo "$PWD"
ls
- uses: actions/checkout@v3
- run: |
echo "publishing docs"
- name: use checkout actions
uses: actions/checkout@v3
- name: publish
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git add docs