Update tests.yml
This commit is contained in:
parent
83077765c5
commit
97aeb70e9e
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user