We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0d57f commit b2a565aCopy full SHA for b2a565a
.github/workflows/docs-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
python -m pip install mkdocs
20
- name: Install mkdocs-material
21
run: |
22
- python -m pip install mkdocs-material
+ python -m pip install mkdocs-material mkdocstrings
23
- name: Publish docs
24
25
mkdocs gh-deploy --force
0 commit comments