Skip to content

Commit

Permalink
add 404 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Nov 18, 2024
1 parent d4175e0 commit 81d00fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: npm ci
- name: build
run: npm run build -- -- --base /GPST
- name: error hack
run: cp ./dist/index.html ./dist/404.html
- uses: actions/upload-pages-artifact@v3
with:
path: './dist'
Expand Down

0 comments on commit 81d00fd

Please sign in to comment.