Skip to content

Commit 5f419c2

Browse files
ci: Bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1172b1 commit 5f419c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
mdbook build
6161
6262
- name: Deploy to GitHub Pages
63-
uses: peaceiris/actions-gh-pages@v3
63+
uses: peaceiris/actions-gh-pages@v4
6464
with:
6565
github_token: ${{ secrets.GITHUB_TOKEN }}
6666
publish_dir: ./book/book

0 commit comments

Comments
 (0)