mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-02-11 12:16:49 +00:00
GitHub Actions for Hugo extended
Getting started
Create main.workflow
workflow "Main workflow" {
on = "push"
resolves = ["hugo"]
}
action "hugo" {
uses = "peaceiris/actions-hugo@v0.55.6"
args = ["--gc", "--minify", "--cleanDestinationDir"]
}
License
MIT License - peaceiris/actions-hugo
Supprt author
Description
GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
https://github.com/marketplace/actions/hugo-setup
Languages
TypeScript
81.3%
Shell
8%
Dockerfile
4.9%
Makefile
4.2%
JavaScript
1.6%