Skip to content

Commit

Permalink
the mkdocs workflow installs mkdocs-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berenz committed Jun 6, 2023
1 parent 1142fb4 commit 8905b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocstrings[python]
- run: pip install mkdocs-material mkdocstrings[python] mkdocs-jupyter
- run: mkdocs gh-deploy --force

0 comments on commit 8905b5b

Please sign in to comment.