Automate deployment so pushes to main trigger a rebuild and deploy to GitHub Pages.
Tasks
- Create GitHub Actions workflow file
- Build project on push
- Deploy
dist/ output to GitHub Pages
- Configure correct permissions for deployment
Acceptance criteria
- Every push to
main updates the deployed site
- No manual deployment steps required
Automate deployment so pushes to
maintrigger a rebuild and deploy to GitHub Pages.Tasks
dist/output to GitHub PagesAcceptance criteria
mainupdates the deployed site