mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 02:37:29 +01:00
096e03560ff47911e0a038b5405538bd36841b03
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
Description
Languages
TypeScript
82.4%
Shell
7.5%
Dockerfile
4.6%
Makefile
4%
JavaScript
1.5%
