Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
そもそもcpが間違っていた
  • Loading branch information
Mount-Book authored Sep 28, 2024
1 parent 3da1e18 commit 2a245c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: 404 Page
run: cp ./404.html ./public/404.html 
- name: Build
run: npm run build
- name: 404 Page
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 2a245c8

Please sign in to comment.