2019-05-21 20:57:34 +00:00
|
|
|
|
[![license](https://img.shields.io/github/license/peaceiris/actions-hugo.svg)](https://github.com/peaceiris/actions-hugo/blob/master/LICENSE)
|
|
|
|
|
[![release](https://img.shields.io/github/release/peaceiris/actions-hugo.svg)](https://github.com/peaceiris/actions-hugo/releases/latest)
|
|
|
|
|
[![GitHub release date](https://img.shields.io/github/release-date/peaceiris/actions-hugo.svg)](https://github.com/peaceiris/actions-hugo/releases)
|
|
|
|
|
|
|
|
|
|
<img width="400" alt="GitHub Actions for Hugo" src="./images/ogp.svg">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## GitHub Actions for Hugo
|
|
|
|
|
|
|
|
|
|
- [gohugoio/hugo: The world’s fastest framework for building websites.](https://github.com/gohugoio/hugo)
|
|
|
|
|
|
|
|
|
|
This action runs the following commands.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
|
|
|
|
### Create `main.workflow`
|
|
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
|
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]
|
|
|
|
|
|
|
|
|
|
[MIT License - peaceiris/actions-hugo]: https://github.com/peaceiris/actions-hugo/blob/master/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Supprt author
|
|
|
|
|
|
|
|
|
|
<a href="https://www.patreon.com/peaceiris"><img src="./images/patreon.jpg" alt="peaceiris - Patreon" width="150px"></a>
|