Skip to content

Commit

Permalink
Add env and 400 gh file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Nov 22, 2024
1 parent 97621d9 commit 3e9a234
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
path: packages/client/dist
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}

- name: Copy index as 400 file for github pages
run: cp packages/client/dist/index.html packages/client/dist/400.html

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 3e9a234

Please sign in to comment.