Skip to content

Commit d29bab2

Browse files
build(deps): bump crazy-max/ghaction-github-pages from 4 to 5 (#292)
Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 4 to 5. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](crazy-max/ghaction-github-pages@v4...v5) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4086c98 commit d29bab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm run --prefix example build
2424
- name: Publish site
2525
if: success()
26-
uses: crazy-max/ghaction-github-pages@v4
26+
uses: crazy-max/ghaction-github-pages@v5
2727
with:
2828
target_branch: gh-pages
2929
build_dir: example/dist

0 commit comments

Comments
 (0)