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