Update doc dependencies

This commit is contained in:
Lea Anthony 2023-09-08 11:00:15 +10:00
commit 3b31d70865
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -1,4 +1,4 @@
name: ci
name: v3 docs
on:
push:
branches:
@ -25,6 +25,7 @@ jobs:
restore-keys: |
mkdocs-material-
- run: sudo apt-get install pngquant
- run: pip install pillow cairosvg
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: mkdocs build --config-file mkdocs.insiders.yml
- run: mkdocs gh-deploy --force