Deploying This Site Using GitHub Actions
This post is my first published using GitHub Actions. It was remarkably easy to setup, and now the instant I write a new post and push to main, I’ll be seeing it on here within 30 seconds. Below I’ll explain how I got this working. Laying the Groundwork The first step is ensuring the hugo site can be deployed somewhere. In my case, it’s a home server and the stack is: ...
