Skip to content

Commit 02b7c2e

Browse files
committed
fix: refresh 404 problem
1 parent fdea2e1 commit 02b7c2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
- name: Build
4343
run: pnpm build
4444

45+
- name: Fake SSG
46+
run: |
47+
mkdir dist/{profile,booths,qrcode-scanner}
48+
cp dist/index.html dist/profile
49+
cp dist/index.html dist/booths
50+
cp dist/index.html dist/qrcode-scanner
51+
52+
4553
- name: Upload artifact
4654
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
4755
with:

0 commit comments

Comments
 (0)