Skip to content

Commit 5fd63c7

Browse files
author
rain
committed
added required git config info
1 parent ca0f39a commit 5fd63c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install
2626

27+
- name: Setup git
28+
run: |
29+
git config --global user.name "github-actions"
30+
git config --global user.email "[email protected]"
31+
2732
- name: Build
2833
run: npm run build-prod
29-
3034
- name: Deploy to Github Pages
3135
run: |
3236
# Overwrite gh-pages branch with current main branch.

0 commit comments

Comments
 (0)