Skip to content

Commit be69851

Browse files
committed
[JTH] little changes to deploy sphinx docu
1 parent 88ecf70 commit be69851

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
3333
- name: Deploy to GitHub Pages
3434
uses: peaceiris/actions-gh-pages@v3
35-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3635
with:
3736
publish_branch: gh-pages
3837
github_token: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
"statsmodels",
4545
"regionmask",
4646
"wavespectra",
47+
"cdsapi",
4748
]
4849

4950
[project.optional-dependencies]

0 commit comments

Comments
 (0)