How to schedule Hugo deployments with GitHub Actions

In this article I’m going to show you how to create a GitHub workflow which automatically deploys a hugo website on a set schedule. Add access keys I host this website on AWS CloudFront. In order for GitHub to be able to deploy my website, it needs access to my AWS account. In my last article you learned how to create an IAM user with the necessary permissions for deploying a Hugo website....

September 17, 2023 · 2 min · Favian Flores