Skip to content

Commit

Permalink
Copy Index to 404
Browse files Browse the repository at this point in the history
  • Loading branch information
breenatheseira committed Jul 4, 2024
1 parent 121d5c5 commit 4a91b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Copy index.html to 404.html
run: cp ./dist/index.html ./dist/404.html
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 4a91b1a

Please sign in to comment.