Functions
run_incremental_bridge
Run a minimal incremental pass for the given site.
run_incremental_bridge
def run_incremental_bridge(site: Site, change_type: str, changed_paths: Iterable[str | Path]) -> None
Run a minimal incremental pass for the given site.
Parameters 3
| Name | Type | Default | Description |
|---|---|---|---|
site |
Site |
— | Site instance |
change_type |
str |
— | One of "content", "template", or "config" |
changed_paths |
Iterable[str | Path] |
— | Paths that changed (ignored for config) |