Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KidsXH authored Jul 29, 2024
1 parent c4c6fea commit 1c70602
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
- uses: fregante/setup-git-user@v2
- run: |
npm i
npm run deploy
npm run build
- name: push changes
run: |
git add -A
git commit -m "New Build"
git push

# Single deploy job since we're just deploying
Expand Down

0 comments on commit 1c70602

Please sign in to comment.