1st try adding pdf-export
Some checks failed
Deploy MkDocs / deploy (push) Failing after 1m19s

This commit is contained in:
Thomas Berker 2025-01-15 14:31:42 +01:00
parent b884842d38
commit cc57c1f9e8
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -5,3 +5,5 @@ nav:
- Where and when: timespace.md
- Program: program.md
theme: material
plugins:
- with-pdf