Skip to content

Commit

Permalink
ci: fix dependencies for imaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 9, 2024
1 parent 0e37983 commit aea4310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material "mkdocs-material[imaging]"
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.cache
env
venv

0 comments on commit aea4310

Please sign in to comment.