This commit is contained in:
parent
281a49fd8f
commit
53ab53ac84
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ jobs:
|
|||
- name: Install mkdocs and rsync
|
||||
run: |
|
||||
apt update
|
||||
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint python3-pip
|
||||
pip install mkdocs-with-pdf
|
||||
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint pipx
|
||||
pipx install mkdocs-with-pdf
|
||||
- name: Install SSH key
|
||||
uses: https://github.com/shimataro/ssh-key-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue