2nd try adding pdf-export
Some checks failed
Deploy MkDocs / deploy (push) Failing after 1m24s

This commit is contained in:
Thomas Berker 2025-01-15 14:33:58 +01:00
parent cc57c1f9e8
commit 281a49fd8f

View file

@ -14,7 +14,7 @@ jobs:
- name: Install mkdocs and rsync - name: Install mkdocs and rsync
run: | run: |
apt update apt update
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint python3-pip
pip install mkdocs-with-pdf pip install mkdocs-with-pdf
- name: Install SSH key - name: Install SSH key
uses: https://github.com/shimataro/ssh-key-action@v2 uses: https://github.com/shimataro/ssh-key-action@v2