We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65fe7b commit d95994eCopy full SHA for d95994e
.github/workflows/deploy_docs.yml
@@ -28,4 +28,6 @@ jobs:
28
uses: peaceiris/actions-gh-pages@v3
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
- publish_dir: ./docs/_build/html
+ publish_dir: ./docs/_build/html
32
+ user_name: 'github-actions[bot]'
33
+ user_email: 'github-actions[bot]@users.noreply.github.com'
0 commit comments