Skip to content

Commit

Permalink
Fixed docs build error opengeos#83
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 24, 2021
1 parent 88cdc13 commit ebb751d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: |
pip install xarray_leaflet geopandas osmnx sqlalchemy psycopg2
python -m unittest discover tests/
env:
PLANET_API_KEY: ${{ secrets.PLANET_API_KEY }}
- run: python -m pip install --upgrade pip
- run: pip install mkdocs mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel livereload
- run: mkdocs gh-deploy --force
Expand Down

0 comments on commit ebb751d

Please sign in to comment.