GitHub Actions Deployment (Later)¶
This repo starts with manual local publishing:
That keeps the deployment path simple while getting comfortable with the workflow.
Current flow¶
Sync source¶
Publish site¶
Later flow¶
When ready, switch to GitHub Actions so that a push to main can build and publish automatically.
Activation steps¶
- Rename:
to:
- Commit and push the change.
- Stop running
mkdocs gh-deploylocally. - Use
git pushas both source sync and publish trigger.