Skip to content

Commit 86cf3f0

Browse files
committed
try out new options
1 parent 6bf679e commit 86cf3f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ jobs:
2525
if: github.ref == 'refs/heads/master'
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
publish_dir: ./build/docs
28+
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

Comments
 (0)