dms #1

Merged
jay merged 56 commits from dms into main 2026-03-24 20:14:09 +00:00
Showing only changes of commit 5a4c6e2c88 - Show all commits

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: |