From 05eb0365c12dea130723870984c3f920d25e3232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:38:55 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-hash-router.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml index 58aa79631ca8..25dcc7cf3500 100644 --- a/.github/workflows/build-hash-router.yml +++ b/.github/workflows/build-hash-router.yml @@ -56,7 +56,7 @@ jobs: # Deploy to https://facebook.github.io/docusaurus/ - name: Deploy to GitHub Pages if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }} - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: website/build