Skip to content

Commit

Permalink
Fix invalidation and few other changes (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzog03 authored Nov 26, 2024
2 parents fcde1e1 + b8c4e32 commit 94b32e8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-emit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
deploy-production:
needs:
Expand Down Expand Up @@ -145,4 +145,4 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
/custom-interfaces/*
/ghgcenter/custom-interfaces/*
4 changes: 2 additions & 2 deletions .github/workflows/deploy-goes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
deploy-production:
needs:
Expand Down Expand Up @@ -152,4 +152,4 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
4 changes: 2 additions & 2 deletions .github/workflows/deploy-nist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
deploy-production:
needs:
Expand Down Expand Up @@ -152,4 +152,4 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
4 changes: 2 additions & 2 deletions .github/workflows/deploy-noaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
deploy-production:
needs:
Expand Down Expand Up @@ -154,4 +154,4 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
4 changes: 2 additions & 2 deletions .github/workflows/deploy-urban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
deploy-production:
needs:
Expand Down Expand Up @@ -152,4 +152,4 @@ jobs:
with:
distribution-id: ${{ secrets.CF_DISTRIBUTION_ID }}
paths: |
custom-interfaces/*
/ghgcenter/custom-interfaces/*
2 changes: 2 additions & 0 deletions goes-plume-viewer/src/components/drawer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,12 @@ export function PersistentDrawerRight({open, setOpen, selectedPlumes, plumeMetaD
sx={{
width: drawerWidth,
marginRight: "5px",
marginTop: "5px",
flexShrink: 0,
'& .MuiDrawer-paper': {
width: drawerWidth,
marginRight: "5px",
marginTop: "5px",
height: 'calc(100vh - var(--colorbar-height) - 3.5%)', //colobar is up 3% from bottom
borderRadius: '3px',
},
Expand Down

0 comments on commit 94b32e8

Please sign in to comment.