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](cda5497acf...08f5716531)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-pages
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-17 08:13:14 +00:00 committed by GitHub
parent cc1b638f84
commit dafea41475
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ jobs:
run: npm install && npm run docs:build run: npm install && npm run docs:build
- name: Deploy Vuepress to Github Pages - 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: with:
target_branch: gh-pages target_branch: gh-pages
build_dir: .vuepress/dist build_dir: .vuepress/dist