From cf0792070685f828c5ede46823ad4bd294a05464 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Dec 2019 07:57:55 +0900 Subject: [PATCH] docs: Pin peaceiris/actions-gh-pages to v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e4ce9..cc9f6fd 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: run: hugo --minify - name: Deploy - uses: peaceiris/actions-gh-pages@v2.5.0 + uses: peaceiris/actions-gh-pages@v2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages