3rd try adding pdf-export
Some checks failed
Deploy MkDocs / deploy (push) Failing after 1m48s

This commit is contained in:
Thomas Berker 2025-01-15 14:38:02 +01:00
parent 281a49fd8f
commit 53ab53ac84

View file

@ -14,8 +14,8 @@ 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 python3-pip apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint pipx
pip install mkdocs-with-pdf pipx 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
with: with: