From 4c70cdbecc6e0909ae6b2a429cc99485c68f17d6 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 29 Jul 2019 08:18:23 +0900 Subject: [PATCH] update: readme for v0.56.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f430408..739671b 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.56.0-mod" + uses = "peaceiris/actions-hugo@v0.56.1" args = ["--gc", "--minify", "--cleanDestinationDir"] }