Skip to content

Commit 2adadaa

Browse files
committed
Update publish.yaml
1 parent dc7b94b commit 2adadaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: 3.x
2525
- name: Install dependencies
26-
run: pip install mkdocs-material=="9.*" mkdocs-awesome-pages-plugin mkdocs-markdownextradata-plugin
26+
run: pip install mkdocs-material=="9.*" mkdocs-awesome-pages-plugin mkdocs-markdownextradata-plugin mkdocs-material[imaging]
2727
- name: Build site
2828
run: mkdocs build
2929
- name: Publish to Cloudflare Pages

0 commit comments

Comments
 (0)