update: tag on readme

This commit is contained in:
peaceiris 2019-07-27 18:33:50 +09:00
parent 5b6cc46bbf
commit 4661b8e7c3

View file

@ -6,7 +6,7 @@
## GitHub Actions for Hugo extended ## GitHub Actions for Hugo extended and Modules
- [gohugoio/hugo: The worlds fastest framework for building websites.](https://github.com/gohugoio/hugo) - [gohugoio/hugo: The worlds fastest framework for building websites.](https://github.com/gohugoio/hugo)
@ -36,7 +36,7 @@ action "is-branch-master" {
action "build" { action "build" {
needs = "is-branch-master" needs = "is-branch-master"
uses = "peaceiris/actions-hugo@v0.56.0" uses = "peaceiris/actions-hugo@v0.56.0-mod"
args = ["--gc", "--minify", "--cleanDestinationDir"] args = ["--gc", "--minify", "--cleanDestinationDir"]
} }