Skip to content

Commit

Permalink
Update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazzShaikh committed Sep 21, 2024
1 parent 5469ce1 commit 84e9580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
uses: actions/setup-node@v3

- name: Build
run: yarn build
run: |
yarn
yarn build
- name: Upload production-ready build files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 84e9580

Please sign in to comment.