Changed to mkdocs-material insiders, rss icon bug fix

This commit is contained in:
Stephan Hadan 2024-12-02 22:33:55 +01:00
parent 15377bc2fe
commit c13cc0df4b
3 changed files with 8 additions and 2 deletions

View file

@ -24,6 +24,10 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: apt-get install pngquant
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install -r requirements.txt
- run: playwright install chromium --with-deps
- run: mkdocs gh-deploy --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}