Skip to content

Commit 8e44ef4

Browse files
committed
fix: add missing mkdocs-jupyter installing in workflow
1 parent eccc9dc commit 8e44ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdocs-material-
4444
4545
- name: Install dependencies
46-
run: pip install mkdocs-material mkdocstrings[python]
46+
run: pip install mkdocs-material mkdocstrings[python] mkdocs-jupyter
4747

4848
- name: Build the documentation
4949
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)