Add mkdocs-print-site-plugin to docs dependencies

This commit is contained in:
Simon Smith 2025-10-24 23:21:11 +01:00 committed by GitHub
parent 781c2ea60a
commit d386f02a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,5 +20,5 @@ jobs:
python-version: 3.x
- run: pip install --upgrade pip
- run: pip install --upgrade setuptools wheel
- run: pip install mkdocs mkdocs-material pymdown-extensions
- run: pip install mkdocs mkdocs-material mkdocs-print-site-plugin pymdown-extensions
- run: mkdocs gh-deploy --force