mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 20:32:19 +01:00
add: action
This commit is contained in:
47
README.md
47
README.md
@@ -1,2 +1,45 @@
|
||||
# actions-hugo
|
||||
GitHub Actions for Hugo
|
||||
[](https://github.com/peaceiris/actions-hugo/blob/master/LICENSE)
|
||||
[](https://github.com/peaceiris/actions-hugo/releases/latest)
|
||||
[](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>
|
||||
|
||||
Reference in New Issue
Block a user