1.2 KiB
1.2 KiB
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