Skip to content

Make ascii_tree's optional df argument usable, and stop it mutating t… #189

Make ascii_tree's optional df argument usable, and stop it mutating t…

Make ascii_tree's optional df argument usable, and stop it mutating t… #189

name: Docs Build Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
docs-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Python 3.12
uses: actions/setup-python@v7
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip uv
uv sync --no-dev --frozen
- name: Build docs
run: |
export PYTHONPATH=src:$PYTHONPATH
uv run mkdocs build --clean --config-file mkdocs.yml