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 29b23d8 commit 29b85d7Copy full SHA for 29b85d7
1 file changed
.github/workflows/doc.yml
@@ -41,11 +41,13 @@ jobs:
41
run: |
42
git config user.name "$GITHUB_ACTOR"
43
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
44
-
+
45
- name: Deploy to GitHub Pages
46
uses: peaceiris/actions-gh-pages@v3
47
with:
48
github_token: ${{ secrets.GITHUB_TOKEN }}
49
publish_dir: ./docs/.vitepress/dist
50
keep_files: true
51
+ user_name: 'github-actions[bot]'
52
+ user_email: 'github-actions[bot]@users.noreply.github.com'
53
commit_message: 'docs: deploy vitepress'
0 commit comments