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
GitHub Actions for Hugo ️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
https://github.com/marketplace/actions/hugo-setup
Readme MIT
Languages
TypeScript 81.3%
Shell 8%
Dockerfile 4.9%
Makefile 4.2%
JavaScript 1.6%