From 4ceb783693e8d17d9a84ca213f56042504af8ad3 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 26 May 2019 22:41:32 +0900 Subject: [PATCH] release: v1.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c9505..ec7f0c8 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ action "build" { action "deploy" { needs = "build" - uses = "peaceiris/actions-gh-pages@v1.0.0" + uses = "peaceiris/actions-gh-pages@v1.0.1" env = { PUBLISH_DIR = "./public" PUBLISH_BRANCH = "gh-pages"