Skip to content

Commit

Permalink
build: github again
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyaIzm committed Dec 18, 2024
1 parent 3924aa3 commit e47cad9
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 @@ -23,7 +23,7 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Build project
run: npm run build
run: npm run build && cp dist/index.html dist/404.html
env:
VITE_BACKEND_HOST: ${{ vars.VITE_BACKEND_HOST }}

Expand Down

0 comments on commit e47cad9

Please sign in to comment.