Skip to content

Commit e7d069a

Browse files
committed
install mkdocstrings in mkdocs action
1 parent 7371e39 commit e7d069a

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
22+
- run: pip install mkdocs-material mkdocstrings
2323
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)