Skip to content

Commit 826371f

Browse files
authored
Update build-docs.yml
added gdal install
1 parent d58cafd commit 826371f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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+
- name: Install GDAL
28+
run: sudo apt-get update && sudo apt-get install -y gdal-bin libgdal-dev
2729
- run: pip install .[docs]
2830
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)