This commit is contained in:
peaceiris 2019-07-03 21:05:51 +09:00
parent 89821efd90
commit 436e91ba84

View file

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