From 7f7794a7939aae3dc6e5239d8585cb732368c492 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 14 Oct 2019 22:03:59 +0900 Subject: [PATCH] docs: update Hugo workflow example, enhance build step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2c2ad2..f8cee2d 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ jobs: hugo-version: '0.58.3' - name: Build - run: hugo --gc --minify --cleanDestinationDir + run: hugo --gc --minify - name: Deploy uses: peaceiris/actions-gh-pages@v2.5.0