Skip to content

Commit

Permalink
[ci] Install missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed May 14, 2024
1 parent f9be15a commit 9ad57e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: 3.x
- name: Install Material for MkDocs
run: pip install mkdocs-material
run: pip install mkdocs-material mkdocs-minify-plugin pillow cairosvg
- name: Build Website
working-directory: doc/
run: mkdocs build
Expand Down

0 comments on commit 9ad57e3

Please sign in to comment.