rename
Some checks failed
Build Notes Site / build (push) Failing after 16s

This commit is contained in:
Jay
2026-03-03 11:02:54 +00:00
parent 0b6ac92f16
commit 5a4c6e2c88

View File

@@ -16,8 +16,13 @@ jobs:
- name: Install Python + MkDocs
run: |
apt-get update
apt-get install -y python3 python3-pip
pip3 install -r ci/mkdocs/requirements.txt
apt-get install -y python3 python3-venv python3-pip
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -r ci/mkdocs/requirements.txt
- name: Build site into Docker volume
run: |