This commit is contained in:
@@ -13,6 +13,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Python + MkDocs
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y python3 python3-venv python3-pip
|
||||||
|
|
||||||
|
python3 -m venv .venv
|
||||||
|
.venv/bin/pip install --upgrade pip
|
||||||
|
.venv/bin/pip install -r ci/mkdocs/requirements.txt
|
||||||
|
|
||||||
|
- name: Build site into Docker volume
|
||||||
|
run: |
|
||||||
|
.venv/bin/mkdocs build --clean --site-dir /public
|
||||||
- name: Install Python + MkDocs
|
- name: Install Python + MkDocs
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
@@ -23,7 +35,3 @@ jobs:
|
|||||||
|
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install -r ci/mkdocs/requirements.txt
|
pip install -r ci/mkdocs/requirements.txt
|
||||||
|
|
||||||
- name: Build site into Docker volume
|
|
||||||
run: |
|
|
||||||
mkdocs build --clean --site-dir /public
|
|
||||||
|
|||||||
Reference in New Issue
Block a user