Skip to content

Commit

Permalink
fix: configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Jan 17, 2024
1 parent da15a03 commit ccae0f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
run: pnpm run deploy
run: |
git config --global user.email "[email protected]"
git config --global user.name "Chris Griffing"
pnpm run deploy

0 comments on commit ccae0f6

Please sign in to comment.