Skip to content

Commit

Permalink
Attempt to fix javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
espertus authored Mar 3, 2024
1 parent f0d1ac3 commit ad67b52
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-javadoc-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write # if you have a protection rule on your repository, you'll need to give write permission to the workflow.
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: 17
target-folder: docs
project: gradle
target-folder: docs # url will be https://<username>.github.io/<repo>/docs
project: gradle

0 comments on commit ad67b52

Please sign in to comment.