As I mentioned in my First Post, when I originally set this blog up I wrote a small shell script to rsync the static build of the blog to my web host. This works great, but it does mean multiple steps to get the blog published and persisted in source control. Enter Github Actions. GitHub Actions are in the vein of capabilities provided by Drone, Jenkins, Travis, Azure Devops, and other CI/CD toolsets. I’m pretty familiar with Drone, having done a lot of Drone-based automation in conjunction with...