From 78e6a4c63eeb7dfd8dc73ab9921c7e43d22c2b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:43:31 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-pages from 4.2.0 to 5.0.0 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/df5cc2bfa78282ded844b354faee141f06b41865...1d6ee9b181a81033a16bd707a1401afa978daab4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 5ed14d9..c969015 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -23,7 +23,7 @@ jobs: # VUEPRESS_BASE: '/ocelot.social/' - name: Deploy Vuepress to Github Pages - uses: crazy-max/ghaction-github-pages@df5cc2bfa78282ded844b354faee141f06b41865 # v4.0.0 + uses: crazy-max/ghaction-github-pages@1d6ee9b181a81033a16bd707a1401afa978daab4 # v4.0.0 with: target_branch: gh-pages build_dir: docs/.vuepress/dist