From b455f2c342f7bc9f063de6fcdb255a2ea565094f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:04:06 +0000 Subject: [PATCH] Update peaceiris/actions-gh-pages action to v4 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..9680b51 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -290,7 +290,7 @@ jobs: tag_name=$(echo ${{github.ref}} | cut -d/ -f3) echo "::set-output name=tag_name::$tag_name" - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/html