Skip to content

Commit cb2f428

Browse files
committed
2 parents 006a3ba + 8645279 commit cb2f428

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
base_url: ''
1414
path_to_notebooks: 'portal'
15+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
16+
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
1517

1618
deploy:
1719
needs: build

.github/workflows/publish-site.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
base_url: ''
1515
path_to_notebooks: 'portal'
16+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
17+
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
1618

1719
deploy:
1820
needs: build

.github/workflows/trigger-link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
link-check:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
88
with:
9-
path_to_source: 'portal'
9+
path_to_notebooks: 'portal'

environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ dependencies:
99
- pyyaml
1010
- mystmd
1111
- jupyterlab
12+
- cartopy
13+
- numpy
14+
- matplotlib
15+
- google-api-python-client
16+
- pip
17+
- pip:
18+
- google-analytics-data

requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)