Skip to content

Commit 72f1980

Browse files
committed
Add git configuration for commit in github actions.
1 parent 68a2ec0 commit 72f1980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: install dependencies
2626
run: pip install '.[docs]'
2727

28+
- name: configure git
29+
run: |
30+
git config --global user.name "github-actions[bot]"
31+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
32+
2833
- name: build docs
2934
run: mike deploy --push ${GITHUB_REF#refs/tags/} latest
3035

0 commit comments

Comments
 (0)