Documentation under docs/ deploys automatically to GitHub Pages through
the .github/workflows/pages.yml workflow
whenever something changes on main under docs/ or assets/.
The site is available at https://docs.celoht.com (configured through the
CNAME file at the repository root).
- A push or merge to
maintouchesdocs/**orassets/** - The
pages.ymlworkflow buildsdocs/into a Pages artifact - GitHub Pages deploys that artifact to the configured domain
The main CeloHT website (celoht.com, distinct from docs.celoht.com) is
managed in a separate dedicated repository, deployed through Vercel with a
domain managed on Namecheap.
Every repository version (for example, v1.0.0) is tagged and published
automatically through .github/workflows/release.yml,
which generates release notes from CHANGELOG.md.
| Environment | Domain | Source |
|---|---|---|
| Documentation | docs.celoht.com | docs/ (this repository) |
| Main Site | celoht.com | Separate website repository |