Skip to content

Commit 8aa276d

Browse files
committed
Add actions bot
1 parent 18fb420 commit 8aa276d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm run build:docs
29+
- run: |
30+
git config user.name "GitHub Actions Bot"
31+
git config user.email "<>"
2932
- run: npx gh-pages -d build/docs/gatsby/public

0 commit comments

Comments
 (0)