Skip to content

Commit b1aecac

Browse files
authored
Merge pull request #223 from botblock/dependabot/github_actions/development/peaceiris/actions-gh-pages-v3.8.0
Bump peaceiris/actions-gh-pages from v3 to v3.8.0
2 parents e11eabb + a7ae995 commit b1aecac

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)