Files
2026-07-13 13:35:10 +08:00

15 lines
365 B
YAML

version: 2
mkdocs:
configuration: mkdocs.yml
build:
os: ubuntu-22.04
tools:
python: "3.12"
commands:
- pip install uv
- uv pip install --system -e "." --group docs
- if [ -n "$GH_TOKEN" ]; then pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git; fi
- mkdocs build --site-dir $READTHEDOCS_OUTPUT/html