This commit is contained in:
parent
b884842d38
commit
cc57c1f9e8
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -5,3 +5,5 @@ nav:
|
|||
- Where and when: timespace.md
|
||||
- Program: program.md
|
||||
theme: material
|
||||
plugins:
|
||||
- with-pdf
|
||||
|
|
Loading…
Reference in a new issue