From 8c2d2ea940d7bf32c08233d96284bcc7cf6dceed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:21:42 +0000 Subject: [PATCH] Bump peaceiris/actions-gh-pages from v3.6.4 to v3.7.0 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from v3.6.4 to v3.7.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3.6.4...3bdd7da7d7d089f3323b0d9f6fdcd59d492a2541) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3217ae..bb078c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: run: mkdocs build - name: Deploy - uses: peaceiris/actions-gh-pages@v3.6.4 + uses: peaceiris/actions-gh-pages@v3.7.0 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b513e9..145bb93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: run: mkdocs build - name: Deploy - uses: peaceiris/actions-gh-pages@v3.6.4 + uses: peaceiris/actions-gh-pages@v3.7.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site \ No newline at end of file