2019-05-22 06:05:36 +09:00
2019-05-22 05:57:34 +09:00
2019-05-22 05:57:34 +09:00
2019-05-22 05:58:23 +09:00
2019-05-22 06:01:41 +09:00
2019-05-22 05:57:34 +09:00
2019-05-22 06:05:36 +09:00

license release GitHub release date

GitHub Actions for Hugo extended

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

peaceiris - Patreon

Description
No description provided
Readme MIT 3.8 MiB
Languages
TypeScript 82.4%
Shell 7.5%
Dockerfile 4.6%
Makefile 4%
JavaScript 1.5%