dashiodevs/Deploy Javadoc to GitHub Pages

Automate the publishing of Javadoc documentation to GitHub Pages using a GitHub Action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENThe GitHub token used for repository access and authentication.yes
BRANCHThe name of the branch where the Javadoc documentation will be published. Defaults to 'gh-pages'.nogh-pages
BRANCH_CLEANUPWhether to clean up old branches. Set to 'true' to delete the old branch before publishing. Defaults to 'false'.nofalse
JAVA_VERSIONThe version of Java that your project is using (e.g., 17).yes17
JAVA_DISTRIBUTIONThe JDK distribution to use (e.g., 'adopt', 'zulu'). Defaults to 'adopt'.noadopt
SKIP_TESTSWhether to skip tests during the build process. Set to 'true' to skip tests, 'false' otherwise.nofalse
DOC_DIRECTORYThe directory where the Javadoc documentation is generated. Defaults to 'target/reports/apidocs'.notarget/reports/apidocs

no outputs