Skip to content

Commit

Permalink
fix(ci): add mkdocs-material[imaging] installation to ci.yml to fix d…
Browse files Browse the repository at this point in the history
…ocumentation build failure in production

Signed-off-by: Giulio Menna <[email protected]>
  • Loading branch information
Dioscorides authored Mar 7, 2024
1 parent 39a899e commit 0464c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: pip install "mkdocs-material[imaging]"
- run: mkdocs gh-deploy --force

0 comments on commit 0464c56

Please sign in to comment.