Skip to content

Commit

Permalink
404 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andronasef committed Mar 19, 2022
1 parent 353188c commit 26e61e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Building Website
run: npm run build

- name: Make 404
run: cp ./website/dist/index.html ./website/dist/404.html

- name: Publishing Website
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
23 changes: 0 additions & 23 deletions website/public/404.html

This file was deleted.

0 comments on commit 26e61e5

Please sign in to comment.