From 0a42b82a82f61119e123acee5ac38b151a5cbd1a Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:24:43 +0200 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20peaceiris/action?= =?UTF-8?q?s-gh-pages=20action=20(=20v3.9.3=20=E2=86=92=20v4.0.0=20)=20(#3?= =?UTF-8?q?16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com> --- .github/workflows/docs-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index c3825fe3..7468beab 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -44,7 +44,7 @@ jobs: run: mkdocs build -f .ci/mkdocs/mkdocs.yml - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.3 + uses: peaceiris/actions-gh-pages@v4.0.0 if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ steps.app-token.outputs.token }}