Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HiProfession authored Jul 21, 2024
1 parent 42f2648 commit 20ee612
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
cd rect-app
npm install # Replace with your package manager (yarn, pnpm) if needed
- name: Set Git Info
run: |
git config user.email "[email protected]"
git config user.name "Christian"
- name: Build the React app
run: |
cd rect-app
Expand Down

0 comments on commit 20ee612

Please sign in to comment.