fix workflow

This commit is contained in:
tomato6966 2024-12-22 00:26:32 +01:00
parent c330905998
commit 464e2dc756

View file

@ -36,6 +36,8 @@ jobs:
- name: Build
run: npm run build
env:
VITE_BASE_URL: '/${{ github.event.repository.name }}'
- name: Create 404.html
run: cp dist/index.html dist/404.html