From 4661b8e7c39b72a3bee04ad8e8ee905a15216cc7 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 27 Jul 2019 18:33:50 +0900 Subject: [PATCH] update: tag on readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 746ba40..f430408 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -## GitHub Actions for Hugo extended +## GitHub Actions for Hugo extended and Modules - [gohugoio/hugo: The world’s fastest framework for building websites.](https://github.com/gohugoio/hugo) @@ -36,7 +36,7 @@ action "is-branch-master" { action "build" { needs = "is-branch-master" - uses = "peaceiris/actions-hugo@v0.56.0" + uses = "peaceiris/actions-hugo@v0.56.0-mod" args = ["--gc", "--minify", "--cleanDestinationDir"] }