Skip to content

Commit bd092bd

Browse files
deps(actions)(deps): 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] <support@github.com>
1 parent 1022ba2 commit bd092bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
find dev/_site -type f -name "*.html" | head -10
9797
9898
- name: Deploy to web branch
99-
uses: peaceiris/actions-gh-pages@v3
99+
uses: peaceiris/actions-gh-pages@v4
100100
with:
101101
github_token: ${{ secrets.GITHUB_TOKEN }}
102102
publish_dir: ./dev/_site

0 commit comments

Comments
 (0)