From 159b07d518a279765d224deb6a6e285d1f5739da Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 6 Oct 2019 21:10:05 +0900 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7e60d9..40fd6ff 100644 --- a/README.md +++ b/README.md @@ -252,10 +252,10 @@ For example: ```yaml - name: Deploy - uses: peaceiris/actions-gh-pages@v2.4.0 + uses: peaceiris/actions-gh-pages@v2.5.0-rc0 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - EXTERNAL_REPOSITORY: username/username.github.io + EXTERNAL_REPOSITORY: username/external-repository PUBLISH_BRANCH: master PUBLISH_DIR: ./public ```