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 6bf679e commit 86cf3f0Copy full SHA for 86cf3f0
.github/workflows/docs.yml
@@ -25,4 +25,8 @@ jobs:
25
if: github.ref == 'refs/heads/master'
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
- publish_dir: ./build/docs
+ publish_dir: ./build/docs
29
+ publish_branch: docs
30
+ user_name: 'github-actions[bot]'
31
+ user_email: 'github-actions[bot]@users.noreply.github.com'
32
+ commit_message: "docs: ${{ github.event.head_commit.message }}"
0 commit comments