This guide explains the Small Dev Talk build process and deployment strategy.
Small Dev Talk is a static site deployed on GitHub Pages.
When PR is merged to master:
- GitHub Actions automatically:
- Runs
npm run validate - Runs
npm run build - Deploys to
gh-pagesbranch - Updates live site at Small Dev Talk
- Runs