This commit is contained in:
parent
cc57c1f9e8
commit
281a49fd8f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ 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
|
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint python3-pip
|
||||||
pip install mkdocs-with-pdf
|
pip 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
|
||||||
|
|
Loading…
Reference in a new issue