From 4085a76a65fe9b8e2d527bca542bf1985a264c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 06:14:15 +0000 Subject: [PATCH] Bump peaceiris/actions-gh-pages from v3.6.4 to v3.7.2 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from v3.6.4 to v3.7.2. - [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...42954117ce7a3b3c054b29b0a635359a8ac2b81c) 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..191d3ac 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.2 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..a3f4901 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.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site \ No newline at end of file