From 25cc6a64631b57058a2fc9cb1167be3c322f3e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:11:51 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-pages Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from cda5497acf90563d34489ed832a67c2c50353a16 to 08f571653184e9ff3d598bdda53ffd4ed00ed562. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/cda5497acf90563d34489ed832a67c2c50353a16...08f571653184e9ff3d598bdda53ffd4ed00ed562) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-type: direct:production ... 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 03ccd06..4ae7056 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@cda5497acf90563d34489ed832a67c2c50353a16 # v4.0.0 + uses: crazy-max/ghaction-github-pages@08f571653184e9ff3d598bdda53ffd4ed00ed562 # v4.0.0 with: target_branch: gh-pages build_dir: docs/.vuepress/dist