Skip to content

Commit 619d92c

Browse files
committed
docs: use poac-bot for commit
1 parent 814cd66 commit 619d92c

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
@@ -39,5 +39,10 @@ jobs:
3939
- name: Install mkdocs
4040
run: pip install mkdocs
4141

42+
- name: Setup Git
43+
run: |
44+
git config --global user.name 'poac-bot'
45+
git config --global user.email '[email protected]'
46+
4247
- name: Publish docs
4348
run: mkdocs gh-deploy --no-history

0 commit comments

Comments
 (0)