Skip to content

Commit

Permalink
Merge pull request #619 from apache/fix_GHAW_manual-javadoc.yml
Browse files Browse the repository at this point in the history
Fix two minor errors in the GHA javadoc workflow
  • Loading branch information
leerho authored Dec 19, 2024
2 parents 301c560 + d9539b0 commit 12d9511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
cat .github/workflows/manual-javadoc.yml
- name: Generate JavaDoc
run: mvn javadoc:javadoc
run: mvn clean javadoc:javadoc

- name: Deploy JavaDoc
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
folder: target/site/apidocs
folder: target/reports/apidocs
target-folder: docs/${{ github.ref_name }}
branch: gh-pages

0 comments on commit 12d9511

Please sign in to comment.