Skip to content

chore: updated eodash package and config; pointed to uc2 catalog #1

chore: updated eodash package and config; pointed to uc2 catalog

chore: updated eodash package and config; pointed to uc2 catalog #1

Workflow file for this run

# .github/workflows/deploy.yml
name: Deploy main branch
on:
push:
branches:
- main
jobs:
deploy-preview:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- run: |
npm install
npm run build -- --base /${{ github.event.repository.name }}/
cp .eodash/dist/index.html .eodash/dist/404.html
touch .eodash/dist/.nojekyll
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./.eodash/dist/
branch: gh-pages
clean-exclude: pr-preview