Skip to content

Commit f412f3f

Browse files
committed
configure git
1 parent 727c763 commit f412f3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
run: npm install
2121
- name: Build
2222
run: npm run build
23+
- name: Configure Git
24+
run: |
25+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
26+
git config --global user.name "github-actions[bot]"
2327
- name: Deploy to GitHub Pages
2428
env:
2529
CI: true

0 commit comments

Comments
 (0)