Skip to content

Commit f77b68d

Browse files
committed
Copy notebooks
1 parent 0d8e626 commit f77b68d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
path: ~/.cache
2525
restore-keys: |
2626
mkdocs-material-
27+
- run: cd /tmp && git clone --depth 1 https://github.com/rom-py/rompy-notebooks.git
28+
- run: cp -r /tmp/rompy-notebooks/notebooks docs/
2729
- run: pip install .[docs]
2830
- run: mkdocs gh-deploy --force

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies = [
3232
"dask",
3333
"docker",
3434
"fsspec",
35-
"geopandas",
3635
"h5py",
3736
"intake",
3837
"intake-xarray",

0 commit comments

Comments
 (0)