GitHub Pages Hosting
This repository publishes docs from docs/ using MkDocs and GitHub Actions.
Local Preview
Open http://127.0.0.1:8000 to preview the site.
Local Build
This writes static output to site/.
Automatic Deploy
A workflow is included at .github/workflows/docs.yml.
It builds with MkDocs and deploys to GitHub Pages on pushes to main when docs files or MkDocs config change.
GitHub Settings
In the repository settings:
- Open Settings -> Pages.
- Set Source to GitHub Actions.
- Push to
mainto trigger deployment.
After the first successful deployment, GitHub Pages provides the site URL in the Pages settings panel.
Troubleshooting
- If style changes are not reflected, run a clean local build before pushing.
- If deployment fails, inspect the Actions run logs from the
docsworkflow.