From 09e480bf3ee7779f11e07e76a4f3b06bd6ab8dd3 Mon Sep 17 00:00:00 2001 From: GenDelta Date: Fri, 18 Jul 2025 01:34:46 +0530 Subject: [PATCH] fix: upgrade actions-gh-pages to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5720437..97070ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: path: ./dist - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.CI_CD_TOKEN }} publish_dir: ./dist