User Story
As a developer, I want my changes in main to automatically show in GitHub pages without having to run the CLI.
Technical Tasks
- Automate the process of updating the GitHub pages website whenever a change is merged into main
- Likely have to create a GitHub Actions
Acceptance Criteria
- The website should re-build itself with each new commit on main.
User Story
As a developer, I want my changes in main to automatically show in GitHub pages without having to run the CLI.
Technical Tasks
Acceptance Criteria