From 5fe4aa3f24fd2a3f7cf683b04c29895c6882c5de Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 5 Feb 2020 17:03:44 +0900 Subject: [PATCH] docs: update for v3 --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 666426638..cc204e33f 100644 --- a/README.md +++ b/README.md @@ -309,14 +309,12 @@ A commit is always created with the same user. ```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: - username: "iris" - useremail: "iris@peaceiris.com" + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_dir: ./public + user_name: iris + user_email: iris@peaceiris.com ``` ### ⭐️ Set custom commit message