From a503fb689cff317df5ffbdbb99490d9ca699bbff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:19:50 +0200 Subject: [PATCH] chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#10155) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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