Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 284 Bytes

File metadata and controls

26 lines (18 loc) · 284 Bytes

BOMBE Docs

Install Dependencies (uv)

uv sync --frozen

Run Local Server

uv run mkdocs serve

Build (strict)

uv run mkdocs build --strict

Deploy to GitHub Pages

# This will push to the gh-pages branch
uv run mkdocs gh-deploy