Update tests.yml
This commit is contained in:
parent
6e664b2dd4
commit
3db25b1722
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -114,9 +114,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Restore Workspace
|
- name: Restore Workspace
|
||||||
- uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
with:
|
with:
|
||||||
name: workspace
|
name: workspace
|
||||||
|
|
||||||
@ -134,11 +132,11 @@ jobs:
|
|||||||
echo "$PWD"
|
echo "$PWD"
|
||||||
ls
|
ls
|
||||||
|
|
||||||
- name: Publish Docs
|
- uses: actions/checkout@v3
|
||||||
run: |
|
- run: |
|
||||||
|
echo "publishing docs"
|
||||||
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
|
||||||
git commit -m "update docs"
|
git commit -m "update docs"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user