Skip to content

Commit f8264c4

Browse files
author
Ben Clark
committed
Configure the github user
1 parent 10b9d6f commit f8264c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zip-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
overwrite: true
3131
- name: copy to gh-pages branch
3232
run: |
33+
git config user.email "[email protected]"
34+
git config user.name "Github Actions"
3335
git checkout gh-pages
3436
mv out/index.html .
3537
git add index.html

0 commit comments

Comments
 (0)