We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97621d9 commit 5d87a38Copy full SHA for 5d87a38
.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:
packages/client/.env
@@ -1,2 +1,3 @@
1
APP_TITLE=STAC Manager
2
APP_DESCRIPTION=Plugin baed stac editor
3
+REACT_APP_STAC_API=https://eoapi.develop.eoepca.org/stac
0 commit comments