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 5d87a38
Show file tree
Hide file tree
Showing 2 changed files with 4 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
1 change: 1 addition & 0 deletions packages/client/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
APP_TITLE=STAC Manager
APP_DESCRIPTION=Plugin baed stac editor
REACT_APP_STAC_API=https://eoapi.develop.eoepca.org/stac

0 comments on commit 5d87a38

Please sign in to comment.