Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngọ Nhâm committed Oct 7, 2024
1 parent 6bc9058 commit 6f4323e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16" # or whichever version of Node you're using

- name: Install dependencies
uses: bahmutov/npm-install@v1
run: yarn install

- name: Build project
run: yarn run build
run: yarn build

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

0 comments on commit 6f4323e

Please sign in to comment.