Skip to content

Commit

Permalink
fix: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 10, 2024
1 parent 9c9df3b commit 37b3fe6
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 @@ -40,8 +40,8 @@ jobs:
- name: Build
run: npm run build
- name: Create 404.html
run: |
cp dist/index.html dist/404.html
run: |
cp dist/index.html dist/404.html
- name: Rename dist to docs
run: mv dist docs
- name: Setup Pages
Expand Down

0 comments on commit 37b3fe6

Please sign in to comment.