eliminated playwright
All checks were successful
ci / deploy (push) Successful in 40s

This commit is contained in:
Stephan Hadan 2025-01-06 13:50:55 +01:00
parent f6aaba4ae1
commit 8559e895b3
No known key found for this signature in database
GPG key ID: 3B6DCF2F5096A1A3

View file

@ -30,7 +30,6 @@ jobs:
- run: apt-get update && apt-get install -y 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: mkdocs build - run: mkdocs build
- name: Create private key - name: Create private key
run: | run: |