Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
Signed-off-by: Shauna Gordon <[email protected]>
  • Loading branch information
ShaunaGordon committed Dec 11, 2024
1 parent a616708 commit e3d982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# uses: mskelton/setup-yarn@b0673acb4e37f20265fbddbf7567110ebb313605
uses: mskelton/setup-yarn@v3
- name: Build
run: yarn build
run: yarn build-only
- run: cp CNAME ./dist/CNAME
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit e3d982a

Please sign in to comment.