Skip to content

Commit d133e8b

Browse files
committed
Update docs-deploy.yml to add mkdocstrings_handlers installation
1 parent b2a565a commit d133e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install mkdocs
2020
- name: Install mkdocs-material
2121
run: |
22-
python -m pip install mkdocs-material mkdocstrings
22+
python -m pip install mkdocs-material mkdocstrings mkdocstrings_handlers
2323
- name: Publish docs
2424
run: |
2525
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)