From 64951c5a736b954429368b7cf19152a399a21dde Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 7 Oct 2019 00:11:15 +0900 Subject: [PATCH] docs: update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07cb7c3..4a0c0c0 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,13 @@ jobs: uses: peaceiris/actions-hugo@v2.2.1 with: hugo-version: '0.58.3' + # extended: true - name: Build run: hugo --gc --minify --cleanDestinationDir - name: Deploy - uses: peaceiris/actions-gh-pages@v2.4.0 + uses: peaceiris/actions-gh-pages@v2.5.0 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages