Posts with the tag: docker

Github Actions Hugo Deploy

Read in 2 minutes ·

GitHub Actions GitHub actions is a really simple way of executing code in the context of a GitHub repository. For example building images, testing or deployment in a very minimal way using docker images. It is currently in beta, so its very likely that things might have changed by the time you read this. Automatic Hugo deployment on GitHub pages There are a couple ways of automatically deploying hugo sites, but actions are a great way to automatically build/push websites.