Skip to content

Commit f5994fb

Browse files
committed
deploy
1 parent ef68ad8 commit f5994fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Build
3535
run: npm run build
3636

37+
- name: Configure git author
38+
run: |
39+
git config user.name "github-actions[bot]"
40+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
41+
3742
- name: Publish to gh-pages branch
3843
run: npx gh-pages -d dist -r https://x-access-token:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
3944
env:

0 commit comments

Comments
 (0)