Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
直リンで404を吐くのでそれの対処
  • Loading branch information
Mount-Book authored Sep 28, 2024
1 parent d46a5df commit 02edbe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: 404 Page
run: cp ./404.html ./public/404.html 
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 02edbe0

Please sign in to comment.