Bump crazy-max/ghaction-github-pages from 2 to 3 (#6754)

Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases)
- [Changelog](https://github.com/crazy-max/ghaction-github-pages/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/v2...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-pages
  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>
pull/6761/head
dependabot[bot] 2 years ago committed by GitHub
parent e05eb03214
commit e817dba280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,7 +139,7 @@ jobs:
name: site
- name: Extract artifact
run: tar -xzf site.tar.gz
- uses: crazy-max/ghaction-github-pages@v2
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: _site

Loading…
Cancel
Save