Skip to content

Commit a7ae995

Browse files
Bump peaceiris/actions-gh-pages from v3 to v3.8.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from v3 to v3.8.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...068dc23) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e11eabb commit a7ae995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/generate_javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate Javadoc
2222
run: ./gradlew javadoc
2323
- name: Push changes
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v3.8.0
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./docs

0 commit comments

Comments
 (0)