update: tag on readme

This commit is contained in:
peaceiris 2019-07-29 15:20:27 +09:00
parent 7cb0d2369f
commit 6d5b97dabd

View file

@ -36,7 +36,7 @@ action "is-branch-master" {
action "build" {
needs = "is-branch-master"
uses = "peaceiris/actions-hugo@v0.56.1"
uses = "peaceiris/actions-hugo@v0.56.2"
args = ["--gc", "--minify", "--cleanDestinationDir"]
}