9th try adding pdf-export
Some checks failed
Deploy MkDocs / deploy (push) Failing after 1m36s

This commit is contained in:
Thomas Berker 2025-01-15 16:17:49 +01:00
parent edfc4a9ee2
commit 1ec156df8f

View file

@ -16,8 +16,7 @@ jobs:
apt update
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint python3.11-venv
python3 -m venv my-venv
SHELL ["/bin/bash", "-c"]
source my-venv/bin/activate
. my-venv/bin/activate
pip install mkdocs-with-pdf
- name: Install SSH key
uses: https://github.com/shimataro/ssh-key-action@v2