DenMette Setup Hugo
Version updated for https://github.com/denmette/actions-hugo to version v1.0.4.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the setup of Hugo, a static site generator, in GitHub Actions workflows. It supports the Hugo extended version, Hugo Modules, and multiple operating systems (Linux, macOS, and Windows), enabling faster builds by eliminating the need for Docker images. By streamlining the Hugo installation process, it simplifies the deployment of Hugo-based websites, reduces build times, and supports caching and advanced workflows for tasks like autoprefixing and post-processing.
What’s Changed
1.0.4 (2026-04-10)
Documentation
Refactoring
- remove unused modules and corresponding tests (0223d83)