Skip to content

Commit

Permalink
update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasprima authored Mar 18, 2024
1 parent 38121ac commit 7fe073e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build

# I don't need CD
# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# folder: build

0 comments on commit 7fe073e

Please sign in to comment.