This commit is contained in:
parent
8fba5980db
commit
54e148229f
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
container: python:3.11-slim-bullseye
|
||||
container: node:18
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
|||
run: |
|
||||
apt update
|
||||
apt install -y mkdocs mkdocs-bootstrap mkdocs-nature mkdocs-material mkdocs-autorefs rsync weasyprint python3-pip
|
||||
python -m venv my-venv
|
||||
source 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