This repository deploys the GitHub Pages site through GitHub Actions only when
changes are pushed to the master branch.
- Use
workas the day-to-day editing branch. - Make web editor changes against
work, notmaster, to avoid deploying every small edit. - When a batch of changes is ready, open a pull request from
worktomaster. - Merging that pull request creates a push on
master, which triggers the GitHub Pages deployment workflow.