This commit is contained in:
parent
edfc4a9ee2
commit
1ec156df8f
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint python3.11-venv
|
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint python3.11-venv
|
||||||
python3 -m venv my-venv
|
python3 -m venv my-venv
|
||||||
SHELL ["/bin/bash", "-c"]
|
. my-venv/bin/activate
|
||||||
source my-venv/bin/activate
|
|
||||||
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