ci(docs): isolate docs dependencies to avoid python-ldap build

Add dedicated docs dependency group with only mkdocs-material to avoid
installing python-ldap during docs builds. python-ldap requires OpenLDAP
dev headers (libldap2-dev) which aren't available on standard CI runners.
This commit is contained in:
Hayden
2025-12-20 20:31:33 -06:00
parent efb9dae681
commit b0d85bc406
3 changed files with 8 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
uses: astral-sh/setup-uv@v4
- name: Install dependencies
run: uv sync --group dev
run: uv sync --only-group docs
- name: Build docs
run: uv run mkdocs build -d site