From 6d5b97dabd601e31ee5b65d5440033f4dd7bfccc Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 29 Jul 2019 15:20:27 +0900 Subject: [PATCH] update: tag on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 739671b..10b3320 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.1" + uses = "peaceiris/actions-hugo@v0.56.2" args = ["--gc", "--minify", "--cleanDestinationDir"] }