* changed behaviour of apt-get in pipeline
Some checks failed
ci / deploy (push) Failing after 39s

This commit is contained in:
Stephan Hadan 2025-01-06 13:49:15 +01:00
parent 64afe0e348
commit f6aaba4ae1
No known key found for this signature in database
GPG key ID: 3B6DCF2F5096A1A3

View file

@ -27,7 +27,7 @@ jobs:
path: .cache path: .cache
restore-keys: | restore-keys: |
mkdocs-material- mkdocs-material-
- run: apt-get update && apt-get install pngquant rsync - run: apt-get update && apt-get install -y pngquant rsync
- 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