Skip to content

Commit a7c8e93

Browse files
authored
chore: Update ci.yml
1 parent 524a077 commit a7c8e93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,15 @@ jobs:
6464
with:
6565
github_token: ${{ secrets.GITHUB_TOKEN }}
6666
publish_dir: ./website/build
67+
user_name: 'github-actions[bot]'
68+
user_email: 'github-actions[bot]@users.noreply.github.com'
6769

6870
- name: Deploy to uimjs.github.io
6971
uses: peaceiris/actions-gh-pages@v3
7072
with:
7173
personal_token: ${{ secrets.PERSONAL_TOKEN_UIM }}
7274
publish_dir: ./website/build
75+
user_name: 'github-actions[bot]'
76+
user_email: 'github-actions[bot]@users.noreply.github.com'
7377
publish_branch: master
74-
external_repository: uimjs/uimjs.github.io
78+
external_repository: uimjs/uimjs.github.io

0 commit comments

Comments
 (0)