Skip to content

Commit 55999bf

Browse files
committed
install appropriate mkdocstrings python package in action
1 parent e7d069a commit 55999bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
with:
2020
key: ${{ github.ref }}
2121
path: .cache
22-
- run: pip install mkdocs-material mkdocstrings
22+
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python
2323
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)