dms #1

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

View File

@@ -8,17 +8,17 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: node:20-bookworm
image: gitea/act_runner:latest
steps:
- uses: actions/checkout@v4
- name: Setup Python environment
- name: Install Python + MkDocs
run: |
apt-get update
apt-get install -y python3 python3-venv
python3 -m venv .venv
.venv/bin/pip install --upgrade pip
.venv/bin/pip install -r ci/mkdocs/requirements.txt
- name: Build
- name: Build site
run: .venv/bin/mkdocs build --clean --site-dir /public