Skip to content

Commit 402512c

Browse files
committed
Merge branch 'staging' into NavigatorView
2 parents e512102 + 71cb7cf commit 402512c

17 files changed

Lines changed: 966 additions & 771 deletions

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
- staging
7-
7+
88
permissions:
99
contents: read
1010
pages: write
@@ -27,7 +27,9 @@ jobs:
2727
- run: npm ci
2828
- run: npm run build
2929
env:
30-
BASE_URL: "/ePlant"
30+
BASE_URL: '/ePlant'
31+
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
32+
VITE_MAPS_ID: ${{ secrets.VITE_MAPS_ID }}
3133
- run: mv dist _site
3234
- name: Upload artifact
3335
uses: actions/upload-pages-artifact@v2

Eplant/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import GetStartedView from './views/GetStartedView'
1010
import NavigatorView from './views/NavigatorViewer'
1111
import PlantEFP from './views/PlantEFP'
1212
import PublicationViewer from './views/PublicationViewer'
13+
import WorldEFP from './views/WorldEFP'
1314
import { type View } from './View'
1415

1516
export type EplantConfig = {
@@ -33,6 +34,7 @@ const userViews = [
3334
PlantEFP,
3435
CellEFP,
3536
ExperimentEFP,
37+
WorldEFP,
3638
ChromosomeViewer,
3739
NavigatorView
3840
]

0 commit comments

Comments
 (0)