- Build site via a GitHub Action
- Disable continuous builds on your Netlify site
- Test by pushing to main branch and confirming your workflow runs and your Netlify build is generated by your workflow
- Compare your latest Netlify build time to your previous ones (way faster!)
Inbox
- env var secrets can be created as repo secrets and reference in workflow by listing them under
env
key (at top level for simplicity) - GitHub Actions are free for public repos and offer 2,000 free minutes per month for private repos
- Using scripts to test your code on a runner - GitHub Docs
- Workflow syntax for GitHub Actions - GitHub Docs