Documentation site powered by Zensical, deployed with GH Actions.
Setup and run:
python3 -m venv .venv
source .venv/bin/activate
pip install zensical
zensical serveBuild static site:
zensical build --cleanThe generated output is in site/.
This repository includes a GitHub Actions workflow at .github/workflows/docs.yml that:
- Installs Zensical
- Builds the site
- Publishes
site/to thegh-pagesbranch