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 97621d9 commit 3e9a234Copy full SHA for 3e9a234
.github/workflows/deploy-gh.yml
@@ -64,6 +64,9 @@ jobs:
64
path: packages/client/dist
65
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}
66
67
+ - name: Copy index as 400 file for github pages
68
+ run: cp packages/client/dist/index.html packages/client/dist/400.html
69
+
70
- name: Deploy 🚀
71
uses: JamesIves/github-pages-deploy-action@v4
72
with:
0 commit comments