We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1f2a0 commit 656d9acCopy full SHA for 656d9ac
.github/workflows/deploy-demo-page.yml
@@ -3,7 +3,7 @@ name: deploy demo-app to github pages
3
on:
4
push:
5
branches:
6
- - main
+ - github-page-publish
7
8
workflow_dispatch:
9
@@ -33,6 +33,9 @@ jobs:
33
- name: Move license to artifact folder
34
run: mv dist/demo-app/3rdpartylicenses.txt dist/demo-app/browser
35
36
+ - name: Hacky workaround to SPAs not being supported by github docs
37
+ run: cp dist/demo-app/browser/index.html dist/demo-app/browser/404.html
38
+
39
- name: Upload artifacts
40
uses: actions/upload-pages-artifact@v4
41
with:
0 commit comments