Skip to content

Commit 12478c7

Browse files
committed
update deploy
1 parent 2119151 commit 12478c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323

2424
- name: Build project
2525
run: npm run build
26+
27+
- name: Configure git user
28+
run: |
29+
git config --global user.name "github-actions[bot]"
30+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2631
2732
- name: Deploy to GitHub Pages
2833
run: npm run deploy

0 commit comments

Comments
 (0)