From 9582ca51e5c90bddb00ff7924806b89c985dfa78 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 14 Oct 2019 21:57:26 +0900 Subject: [PATCH] docs: update workflow example, enhance build step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2a3b3..d0152b1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ jobs: # extended: true - name: Build - run: hugo --gc --minify --cleanDestinationDir + run: hugo --gc --minify - name: Deploy uses: peaceiris/actions-gh-pages@v2.5.0