Skip to content

Commit 2bb6918

Browse files
chore(deps): Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#333)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.3 to 4.0.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3.9.3...v4.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dba0ce commit 2bb6918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: cp .asf.yaml ./website/book/.asf.yaml
4949

5050
- name: Deploy to gh-pages
51-
uses: peaceiris/actions-gh-pages@v3.9.3
51+
uses: peaceiris/actions-gh-pages@v4.0.0
5252
if: github.event_name == 'push' && github.ref_name == 'main'
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)