From abfa39be6438a0155fe98cfa76692f3db83a7bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:25:48 +0000 Subject: [PATCH] build(deps): Update peaceiris/actions-gh-pages action to v4 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a9e3da7b..0a27651e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -40,7 +40,7 @@ jobs: make _data/projects.json - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: personal_token: ${{ secrets.PAT_GITHUB }} publish_dir: ./rash_book/rash-sh.github.io