Skip to content

Commit c453292

Browse files
committed
chore: configure git in github actions
1 parent 232e151 commit c453292

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
- name: Install dependencies
1515
run: npm install
1616

17-
- name: Build Gatsby application
18-
run: npm run build
17+
- name: Configure Git
18+
run: |
19+
git config --global user.name "github-actions"
20+
git config --global user.email "[email protected]"
1921
2022
- name: Deploy to GitHub Pages
2123
run: npm run deploy

0 commit comments

Comments
 (0)