Skip to content

Commit 3e9a234

Browse files
committed
Add env and 400 gh file
1 parent 97621d9 commit 3e9a234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-gh.yml

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
path: packages/client/dist
6565
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}
6666

67+
- name: Copy index as 400 file for github pages
68+
run: cp packages/client/dist/index.html packages/client/dist/400.html
69+
6770
- name: Deploy 🚀
6871
uses: JamesIves/github-pages-deploy-action@v4
6972
with:

0 commit comments

Comments
 (0)