We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65369ff commit d95be97Copy full SHA for d95be97
.github/workflows/deploy.yaml
@@ -21,7 +21,7 @@ jobs:
21
key: ${{ github.ref }}
22
path: .cache
23
- name: Install Material for MkDocs
24
- run: pip install mkdocs-material
+ run: pip install mkdocs-material pillow cairosvg
25
- name: Build
26
run: mkdocs build --clean --config-file mkdocs.yaml -d site -v
27
- name: Prepare message
0 commit comments