Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
amastaneh committed Oct 2, 2024
1 parent 7d3f94e commit 11272d3
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 @@ -21,6 +21,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Set up Git identity
run: |
git config --global user.name "Amir Astaneh"
git config --global user.email "[email protected]"
- name: Build the project
run: npm run build

Expand Down

0 comments on commit 11272d3

Please sign in to comment.