How to follow & install Hugo updates more automatically?

I created a GitHub Actions workflow that looks for Hugo updates once a month.

The workflow modifies the lines

HUGO_VERSION = <version>

of netlify.toml if <version> is different from the latest Hugo release.

1 Like