From 26d989dbcc04cbb56c45b1e4639ccf963a4474cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:02:10 +0000 Subject: [PATCH] chore(deps): bump peaceiris/actions-gh-pages Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 329bcc8f12caed2cefe5a5b80781499a6f3b361b to 84c30a85c19949d7eee79c4ff27748b70285e453. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/329bcc8f12caed2cefe5a5b80781499a6f3b361b...84c30a85c19949d7eee79c4ff27748b70285e453) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: 84c30a85c19949d7eee79c4ff27748b70285e453 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/site-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index c5de830..e52c2ec 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -32,7 +32,7 @@ jobs: run: npm run build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@329bcc8f12caed2cefe5a5b80781499a6f3b361b + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs-dist