Update tests.yml

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

View File

@ -117,9 +117,10 @@ jobs:
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: workspace name: workspace
- name: Checkout Repository - name: Extract Workspace Archive
uses: actions/checkout@v3 run: |
tar -xzf workspace.tar.gz
- name: Generate Docs - name: Generate Docs
run: | run: |
@ -130,12 +131,15 @@ jobs:
make html && make github && cd .. make html && make github && cd ..
echo "$PWD" echo "$PWD"
ls ls
git status
- name: use checkout actions - name: use checkout actions
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: publish - name: publish
run: | run: |
echo "$PWD"
ls
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