GitHub Pages¶
This repository is configured for GitHub Pages Project Pages with Zensical.
Local build¶
The build output is site/, matching Zensical's default output directory and the Pages
workflow artifact path.
Site URL¶
zensical.toml sets:
That is the expected Project Pages URL for ThomasRohde/jsonibase.
Workflow¶
.github/workflows/docs.yml builds the docs on pushes to main or master, uploads
site/ as a Pages artifact, and deploys with actions/deploy-pages.
The repository owner must configure GitHub Pages to use GitHub Actions as the source:
- Open the repository on GitHub.
- Go to Settings, then Pages.
- Set Build and deployment source to GitHub Actions.
- Push to
mainormaster, or run theDocumentationworkflow manually.
The published site should appear at https://thomasrohde.github.io/jsonibase/.