Skip to content

Commit

Permalink
Configure the github user
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Clark committed Oct 3, 2019
1 parent 10b9d6f commit f8264c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
overwrite: true
- name: copy to gh-pages branch
run: |
git config user.email "[email protected]"
git config user.name "Github Actions"
git checkout gh-pages
mv out/index.html .
git add index.html
Expand Down

0 comments on commit f8264c4

Please sign in to comment.