Skip to content

Commit d95994e

Browse files
committed
Update deploy_docs.yml
1 parent e65fe7b commit d95994e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: ./docs/_build/html
31+
publish_dir: ./docs/_build/html
32+
user_name: 'github-actions[bot]'
33+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)