Skip to content

Commit

Permalink
Updated path to generate Javadocs for
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Jun 23, 2024
1 parent fdedcd5 commit 4340f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
java-version: ${{ vars.JAVA_VERSION }}
target-folder: javadoc # url will be https://<username>.github.io/<repo>/javadoc, This can be left as nothing to generate javadocs in the root folder.
project: maven # or gradle
custom-command: javadoc -d javadoc -sourcepath -Xdoclint:all,-missing src/main/java -subpackages .
custom-command: javadoc -d javadoc -sourcepath -Xdoclint:all,-missing net/jeqo/bloons -subpackages .

0 comments on commit 4340f8c

Please sign in to comment.