From 436e91ba84d334605188467fcd6154292a9e80f5 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 3 Jul 2019 21:05:51 +0900 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8451dec..fb4d728 100644 --- a/README.md +++ b/README.md @@ -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"] }