Skip to content

Commit

Permalink
Merge pull request #75 from samkim/publish-javadocs
Browse files Browse the repository at this point in the history
Add javadoc step to deploy workflow
  • Loading branch information
samkim authored Feb 12, 2024
2 parents 0d6717b + 6495f53 commit be82803
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ jobs:
run: |
export ORG_GRADLE_PROJECT_release=${GITHUB_REF#refs/tags/}
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
- name: Publish JavaDoc
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
project: gradle
target-folder: docs
custom-command: gradle javadoc -Prelease=${GITHUB_REF#refs/tags/}

0 comments on commit be82803

Please sign in to comment.