Skip to content

Commit

Permalink
Add javadoc step to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim committed Feb 12, 2024
1 parent 0d6717b commit acedf7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ jobs:
run: |
export ORG_GRADLE_PROJECT_release=${GITHUB_REF#refs/tags/}
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
- name: Publish JavaDoc
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
project: gradle
custom-command: gradle javadoc

0 comments on commit acedf7a

Please sign in to comment.