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 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
|
||||
|
|
Loading…
Reference in a new issue