From ccf71d1162ce030d5f8aa4bb1e05c45d83912c67 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 5 Feb 2020 17:04:27 +0900 Subject: [PATCH] docs: update for v3 --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cc204e3..aa53b25 100644 --- a/README.md +++ b/README.md @@ -324,13 +324,11 @@ When we create a commit with a message `docs: Update some post`, a deployment co ```yaml - name: Deploy - uses: peaceiris/actions-gh-pages@v2 - env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./public + uses: peaceiris/actions-gh-pages@v3 with: - commitMessage: ${{ github.event.head_commit.message }} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_dir: ./public + commit_message: ${{ github.event.head_commit.message }} ``` ### ⭐️ Create Git tag