Skip to content

Commit 577f29a

Browse files
committed
Add in missing pip install mkdocs-material[imaging]
1 parent f400553 commit 577f29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-site-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
mkdocs-material-
2929
- run: pip install mkdocs-open-in-new-tab mike
3030
- run: pip install mkdocs-material
31+
- run: pip install "mkdocs-material[imaging]"
3132
- run: bash script/build_docs.sh
3233
- run: |
3334
latest_tag=$(git describe --tags --abbrev=0)

0 commit comments

Comments
 (0)