Skip to content

Commit

Permalink
Fixed mkdocs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed May 6, 2021
1 parent 7ab1899 commit f6fcc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: GEEMAP-TEST
run: |
python -m unittest discover tests/
- run: pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter mkdocs-pdf-export-plugin
- run: pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter==0.17.1 mkdocs-pdf-export-plugin
- run: mkdocs gh-deploy --force
env:
USE_FOLIUM: ${{ secrets.USE_FOLIUM }}

0 comments on commit f6fcc25

Please sign in to comment.