Skip to content

Commit

Permalink
Update publish-javadoc-on-full-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl authored Nov 27, 2024
1 parent 352f329 commit 79f65e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-javadoc-on-full-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
uses: MathieuSoysal/Javadoc-publisher.yml@v2.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 21
target-folder: javadoc/release
javadoc-source-folder: target/reports/apidocs
project: maven

0 comments on commit 79f65e5

Please sign in to comment.