Skip to content

Commit

Permalink
fix: copy dist/index.html to dist/404.html (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali committed Nov 23, 2022
1 parent f079e40 commit f2c8841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cache: 'npm'
- run: yarn install
- run: yarn run build
- run: cp dist/index.html dist/404.html # GH Pages fix
- uses: actions/[email protected]
with:
path: dist/
Expand Down

0 comments on commit f2c8841

Please sign in to comment.