26. December 2022
Setting Up Actions
The initial tutorial I used to host this website on Cloudflare details a workflow that requires you to run hugo
to build the website manually instead of using Cloudflare’s built-in deployment configuration for Hugo.
When I left this blog for 10 months and came back to it, I had forgotten that I needed to run hugo
to build the site myself, and it took me awhile to figure out why my new post wouldn’t reach the production environment.
One solution is to use Github Actions to run hugo
and build the website on every push. I’ll use this post to test a new Github Actions workflow to accomplish that.