The documentation is a static Astro and DocC build committed in docs/. A release update is manual:
- Publish the GitHub release.
- Run
make site-buildfrom the repository root. The build fetches the latest published release and replacesdocs/. - Review the release details and DocC changes in the generated output.
- Run
make site-validate, then commitdocs/with the related source changes.
GitHub Pages needs one repository setting before the first publication. In Settings > Pages, choose
Deploy from a branch, select main and /docs, then save. Do not automate this repository setting.
See GitHub's branch publishing instructions
for the current interface.