I've been working on a #Jekyll-based website for my blog, and today, I finally got the cornerstone working.
I now have a workflow using #GitHubActions that automatically lints, builds, and deploys my code to the gh-pages branch every time I push or merge commits into the main branch.
Why wouldn't I just use GitHub's built-in Jekyll builder? Sadly, it only supports a handful of very basic Jekyll plugins, and I want to leave myself plenty of room to experiment and grow.