Update tests.yml
This commit is contained in:
parent
b5cd68b531
commit
6e664b2dd4
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -114,9 +114,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Restore Workspace
|
- name: Restore Workspace
|
||||||
uses: |
|
- uses: actions/download-artifact@v2
|
||||||
actions/download-artifact@v2
|
- uses: actions/checkout@v3
|
||||||
actions/checkout@v3
|
|
||||||
|
|
||||||
with:
|
with:
|
||||||
name: workspace
|
name: workspace
|
||||||
@ -137,7 +136,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish Docs
|
- name: Publish Docs
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install python3-sphinx
|
|
||||||
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