From d772f4e8eba3c26c7efa3018571764e2c6a9677c Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 23 Dec 2019 06:06:47 +0900 Subject: [PATCH] docs: pin v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43172b7..543ad60 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ This allows you to make your publish branch with only the latest commit. ```yaml - name: Deploy - uses: peaceiris/actions-gh-pages@v2.6.0 + uses: peaceiris/actions-gh-pages@v2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages