Docs Deploy Skill
Deploy the python-production-template documentation to GitHub Pages.
Process
- •
Ensure you are on
mainand up to date:bashgit checkout main git pull
- •
Deploy the docs:
bashmake docs-deploy
This builds the docs with Zensical and pushes them to the
gh-pagesbranch viaghp-import. - •
Inform the user the docs have been deployed.
Important
- •Always ensure you're on
mainwith a clean working tree before deploying. - •If there are uncommitted changes, warn the user and ask whether to proceed.