Skip to content

Commit 7031e15

Browse files
Bump peaceiris/actions-gh-pages from 3.8.0 to 4.0.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 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.8.0...v4.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1c522a commit 7031e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Publish site
4545
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/develop'
46-
uses: peaceiris/actions-gh-pages@v3.8.0
46+
uses: peaceiris/actions-gh-pages@v4.0.0
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
publish_dir: book/target/creative-scala

0 commit comments

Comments
 (0)