There was an error while loading. Please reload this page.
dist
index.html
dist/index.html
1 parent 495ac7e commit 894c31dCopy full SHA for 894c31d
1 file changed
.github/workflows/demo.yml
@@ -37,8 +37,8 @@ jobs:
37
- name: Prepare pages artifact
38
run: |
39
mkdir -p _site
40
- cp dist/index.html dist/globals.css dist/browser-imports.js _site/
41
- cp -r app components sections _site/
+ cp -r dist app components sections _site/
+ echo '<meta http-equiv="refresh" content="0;url=dist/index.html">' > _site/index.html
42
43
- uses: actions/upload-pages-artifact@v3
44
0 commit comments