Skip to content

Commit

Permalink
Added custom command for javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Jun 19, 2024
1 parent e6280d1 commit bf68eda
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 @@ -19,4 +19,4 @@ jobs:
java-version: 17
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
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command
custom-command: javadoc -d javadoc -sourcepath src/main/java -subpackages .

0 comments on commit bf68eda

Please sign in to comment.