update: readme for v0.56.1

This commit is contained in:
peaceiris 2019-07-29 08:18:23 +09:00
parent bdceab9c7d
commit 4c70cdbecc

View file

@ -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-mod" uses = "peaceiris/actions-hugo@v0.56.1"
args = ["--gc", "--minify", "--cleanDestinationDir"] args = ["--gc", "--minify", "--cleanDestinationDir"]
} }