actions-hugo/README.md

1.2 KiB
Raw Blame History

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