Setup Github Actions for Hugo
This blog-post describes how to set up Github Actions for building and deploying Hugo using Docker container.
The described approach is a starting point for further improvements but it will automate the deployment of new blog posts to a remote server where your blog is hosted.
This blog post doesn’t explain every line of the configuration but describes the used approach and refer to the official Github Action documentation.
Continue reading