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 5161266 commit 027d0d4Copy full SHA for 027d0d4
.github/workflows/mkdocs-deploy.yml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
python-version: "3.11"
21
- name: Install Dependencies
22
- run: pip install mkdocs-material mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python mkdocs-git-revision-date-localized-plugin
+ run: pip install mkdocs-material[imaging] mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python mkdocs-git-revision-date-localized-plugin
23
- name: Deploy docs
24
run: mkdocs gh-deploy --force --verbose
0 commit comments