Build/CI Summary
Set up the GitHub Actions workflow that builds the Astro site and publishes the generated static output to GitHub Pages.
Steps / Checklist
Acceptance Criteria
Additional Context
The workflow should be the only publishing path for the site and should support later phase 2 expansion without rewriting the hosting model.
References
- GitHub Pages publishing source docs
- Astro site scaffold in the repo
Build/CI Summary
Set up the GitHub Actions workflow that builds the Astro site and publishes the generated static output to GitHub Pages.
Steps / Checklist
developAcceptance Criteria
Additional Context
The workflow should be the only publishing path for the site and should support later phase 2 expansion without rewriting the hosting model.
References