Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyMatera authored Oct 26, 2024
1 parent b7765fa commit 144263a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Configure Git
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.email "BFMatera@student.fullsail.edu"
git config --global user.name "Bradley Matera"
- name: Deploy to GitHub Pages
run: npm run deploy
Expand Down

0 comments on commit 144263a

Please sign in to comment.