File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
python-version : 3.x
16
16
- run : pip install -r requirements/build-docs.txt
17
17
- name : Publish Develop Docs
18
- run : mike deploy --push develop
18
+ run : |
19
+ git config user.name github-actions
20
+ git config user.email github-actions@github.com
21
+ mike deploy --push develop
Original file line number Diff line number Diff line change 16
16
python-version : 3.x
17
17
- run : pip install -r requirements/build-docs.txt
18
18
- name : Publish ${{ github.event.release.name }} Docs
19
- run : mike deploy --push --update-aliases ${{ github.event.release.name }} latest
19
+ run : |
20
+ git config user.name github-actions
21
+ git config user.email github-actions@github.com
22
+ mike deploy --push --update-aliases ${{ github.event.release.name }} latest
You can’t perform that action at this time.
0 commit comments