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 dc7b94b commit 2adadaaCopy full SHA for 2adadaa
.github/workflows/publish.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: 3.x
25
- name: Install dependencies
26
- run: pip install mkdocs-material=="9.*" mkdocs-awesome-pages-plugin mkdocs-markdownextradata-plugin
+ run: pip install mkdocs-material=="9.*" mkdocs-awesome-pages-plugin mkdocs-markdownextradata-plugin mkdocs-material[imaging]
27
- name: Build site
28
run: mkdocs build
29
- name: Publish to Cloudflare Pages
0 commit comments