Skip to content

Commit d95be97

Browse files
committed
Added necessary dependencies
1 parent 65369ff commit d95be97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
key: ${{ github.ref }}
2222
path: .cache
2323
- name: Install Material for MkDocs
24-
run: pip install mkdocs-material
24+
run: pip install mkdocs-material pillow cairosvg
2525
- name: Build
2626
run: mkdocs build --clean --config-file mkdocs.yaml -d site -v
2727
- name: Prepare message

0 commit comments

Comments
 (0)