Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
68c5b1a9e3
Merge 87c7f1f18d into 0aef4e7260 2024-11-01 06:07:13 +00:00
dependabot[bot]
87c7f1f18d
chore(deps): bump crazy-max/ghaction-github-pages from 4.0.0 to 4.1.0
Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases)
- [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 01:07:23 +00:00

View file

@ -46,7 +46,7 @@ jobs:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
if: success() if: success()
uses: crazy-max/ghaction-github-pages@v4.0.0 uses: crazy-max/ghaction-github-pages@v4.1.0
with: with:
build_dir: result build_dir: result
target_branch: gh-pages target_branch: gh-pages