Skip to content

Commit

Permalink
Update publish-javadoc-maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Jan 8, 2024
1 parent bbc8d9a commit 5b4032d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-javadoc-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
java-version: 17
javadoc-branch: javadoc
java-distribution: temurin
java-version: 21
target-folder: docs
project: maven # or gradle
project: maven
# url will be https://<username>.github.io/<repo>/<target-folder>.
# update this to the project version number
target-folder: 3.0

0 comments on commit 5b4032d

Please sign in to comment.