mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-06-06 11:38:44 +02:00
292438bb120705a61334358f32e162624ee4ea42
GitHub Actions for Hugo
This action runs the following commands.
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
Languages
TypeScript
90.9%
JavaScript
3.5%
Shell
2.6%
Dockerfile
1.6%
Makefile
1.4%
