We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdea2e1 commit 02b7c2eCopy full SHA for 02b7c2e
.github/workflows/deploy.yml
@@ -42,6 +42,14 @@ jobs:
42
- name: Build
43
run: pnpm build
44
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
53
- name: Upload artifact
54
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
55
with:
0 commit comments