mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-06-05 19:18:40 +02:00
e8b56e29677cc450c6eaf2404f11dab5aef37d02
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
Languages
TypeScript
90.9%
JavaScript
3.5%
Shell
2.6%
Dockerfile
1.6%
Makefile
1.4%
