Trying to fix pngquant installation, part II

This commit is contained in:
Stephan Hadan 2024-12-02 22:38:35 +01:00
parent be7e1bb102
commit 0c4ae65577

View file

@ -25,7 +25,7 @@ jobs:
path: .cache path: .cache
restore-keys: | restore-keys: |
mkdocs-material- mkdocs-material-
- run: apt-get install pngquant - run: sudo apt-get install pngquant
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git - run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- run: playwright install chromium --with-deps - run: playwright install chromium --with-deps