Skip to content

Commit

Permalink
Fixed mkdocs build error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jun 9, 2021
1 parent 1afe4f1 commit 3b1ab78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: |
python -m unittest discover tests/
- run: python -m pip install --upgrade pip
- run: pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter
- run: pip install livereload mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter
- run: mkdocs gh-deploy --force
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ ipyfilechooser
ipywidgets
ipytree
whitebox
livereload

0 comments on commit 3b1ab78

Please sign in to comment.