Skip to content

Commit

Permalink
copy index.html to 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CORBIERE Sebastien committed Jun 22, 2024
1 parent a10c452 commit a95dd3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Build
run: npm run build # or use yarn

- name: Copy index to 404
run: cp dist/index.html dist/404.html

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
21 changes: 0 additions & 21 deletions public/404.html

This file was deleted.

0 comments on commit a95dd3c

Please sign in to comment.