Deploying websites using Jekyll, AWS Amplify and GitHub actions
For my current stack, I’m using Jekyll to build static pages, AWS Amplify for deployments, and GitHub actions to pick up broken HTML. This entire setup is designed to be as low-maintenance as possible while remaining customizable and configurable. There’s a few benefits of using Amplify instead of GitHub pages:
- 4 min read