Update tests.yml
This commit is contained in:
parent
cfb5474dba
commit
b5cd68b531
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
@ -114,7 +114,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Restore Workspace
|
- name: Restore Workspace
|
||||||
uses: actions/download-artifact@v2
|
uses: |
|
||||||
|
actions/download-artifact@v2
|
||||||
|
actions/checkout@v3
|
||||||
|
|
||||||
with:
|
with:
|
||||||
name: workspace
|
name: workspace
|
||||||
|
|
||||||
@ -135,10 +138,9 @@ jobs:
|
|||||||
- name: Publish Docs
|
- name: Publish Docs
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install python3-sphinx
|
sudo apt-get install python3-sphinx
|
||||||
git config --global user.name 'GitHub Actions'
|
git config user.name "github-actions"
|
||||||
git config --global user.email 'actions@github.com'
|
git config user.email "github-actions@github.com"
|
||||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
|
||||||
git add docs
|
git add docs
|
||||||
git commit -m "github actions - updated docs"
|
git commit -m "update docs"
|
||||||
git push --force --quiet
|
git push
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user