Skip to content

Commit

Permalink
fix(infra): Deploy error (no email) :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 committed Oct 13, 2023
1 parent 4d341b7 commit dffb2a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Deploy to GitHub Pages
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
yarn run deploy
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit dffb2a4

Please sign in to comment.