From 71716363fb43fbf673f79316aaa8612e7bc79310 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 12 Aug 2020 06:45:24 +0900 Subject: [PATCH] Bump peaceiris/actions-gh-pages from v2 to v3 (#29) Version 2 is no longer be maintained. The latest README: https://github.com/peaceiris/actions-gh-pages --- .github/workflows/deploy.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a65eab..993a912 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,8 +16,7 @@ jobs: format: html output: ./gh-pages/index.html - run: "find ./gh-pages" - - uses: peaceiris/actions-gh-pages@v2 - env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PUBLISH_DIR: gh-pages - PUBLISH_BRANCH: gh-pages + - uses: peaceiris/actions-gh-pages@v3.6.4 + with: + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_dir: gh-pages