Skip to content

Commit

Permalink
fix: deploy (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jan 22, 2025
1 parent d9902a7 commit 919721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm run build
- name: Create 404.html
run: |
cp dist/browser/index.html dist/browser/404.html
cp dist/movies-app/browser/index.html dist/movies-app/browser/404.html
- name: Rename dist to docs
run: mv dist docs
- name: Setup Pages
Expand Down

0 comments on commit 919721c

Please sign in to comment.