mirror of
https://github.com/Tomato6966/investment-portfolio-simulator.git
synced 2025-04-12 09:38:43 +02:00
fix workflow
This commit is contained in:
parent
c330905998
commit
464e2dc756
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -36,6 +36,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
env:
|
||||||
|
VITE_BASE_URL: '/${{ github.event.repository.name }}'
|
||||||
- name: Create 404.html
|
- name: Create 404.html
|
||||||
run: cp dist/index.html dist/404.html
|
run: cp dist/index.html dist/404.html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue