Skip to content

Commit

Permalink
updating eodash to fix basepath issue, adding copy of index as 404 to…
Browse files Browse the repository at this point in the history
… base deployment
  • Loading branch information
santilland committed Mar 11, 2024
1 parent 8bbb59f commit c91725e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v3
- run: npm i && npm run build
- run: |
npm install
npm run build
cp dist/index.html dist/404.html
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./.eodash/dist/
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint ."
},
"dependencies": {
"@eodash/eodash": "^5.0.0-alpha.1.5",
"@eodash/eodash": "^5.0.0-alpha.1.6",
"@eox/map": "^1.3.0",
"@eox/stacinfo": "^0.3.0"
},
Expand Down

0 comments on commit c91725e

Please sign in to comment.