Skip to content
Merged
2 changes: 2 additions & 0 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
base_url: ''
path_to_notebooks: 'portal'
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}

deploy:
needs: build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
base_url: ''
path_to_notebooks: 'portal'
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
link-check:
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
with:
path_to_source: 'portal'
path_to_notebooks: 'portal'
8 changes: 8 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ dependencies:
- pre-commit
- pyyaml
- mystmd
- jupyterlab
- cartopy
- numpy
- matplotlib
- google-api-python-client
- pip
- pip:
- google-analytics-data
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.