Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenkieBear committed Oct 11, 2023
1 parent 04ac5f5 commit 6998ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run build
# Avoid fresh page 404 result
- run: cp dist/index.html dist/404.html
- name: 🚀 Deploying
uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 6998ad1

Please sign in to comment.