Skip to content

Commit 29b85d7

Browse files
committed
adding docs to GitHub pages
1 parent 29b23d8 commit 29b85d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ jobs:
4141
run: |
4242
git config user.name "$GITHUB_ACTOR"
4343
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
44-
44+
4545
- name: Deploy to GitHub Pages
4646
uses: peaceiris/actions-gh-pages@v3
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
publish_dir: ./docs/.vitepress/dist
5050
keep_files: true
51+
user_name: 'github-actions[bot]'
52+
user_email: 'github-actions[bot]@users.noreply.github.com'
5153
commit_message: 'docs: deploy vitepress'

0 commit comments

Comments
 (0)