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
Go to file
peaceiris 00384e9e25 add: .dockerignore 2019-05-22 05:58:23 +09:00
.github add: action 2019-05-22 05:57:34 +09:00
images add: action 2019-05-22 05:57:34 +09:00
.dockerignore add: .dockerignore 2019-05-22 05:58:23 +09:00
Dockerfile add: action 2019-05-22 05:57:34 +09:00
LICENSE add: action 2019-05-22 05:57:34 +09:00
README.md add: action 2019-05-22 05:57:34 +09:00

README.md

license release GitHub release date

GitHub Actions for Hugo

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

peaceiris - Patreon