From 0d0dd76f09d12f96fdb2f4fc290cf394436a4007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:42:52 +0000 Subject: [PATCH] Update peaceiris/actions-gh-pages action to v4 --- .github/workflows/frontend-publish-npm-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-publish-npm-gh.yml b/.github/workflows/frontend-publish-npm-gh.yml index c32ca5e..f760c23 100644 --- a/.github/workflows/frontend-publish-npm-gh.yml +++ b/.github/workflows/frontend-publish-npm-gh.yml @@ -24,7 +24,7 @@ jobs: npm-token: ${{ secrets.NPM_TOKEN }} directory: ./lib - name: Publish Redocly Docs on Github Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./web_deploy