Skip to content

Commit 757c772

Browse files
committed
build: workaround for vue router in gh pages
1 parent 18f372d commit 757c772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: npm ci
3636
- name: Build
3737
run: npm run generate
38+
- name: Workaround for Vue Router
39+
run: cp ./.output/public/index.html ./.output/public/404.html
3840
- name: Upload artifact
3941
uses: actions/upload-pages-artifact@v3
4042
with:

0 commit comments

Comments
 (0)