Skip to content

Commit

Permalink
publish javadoc in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
giulong committed Dec 9, 2023
1 parent ed29a5c commit 964fbae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
distribution: temurin
cache: maven

- name: Spectrum unit tests and JaCoCo reports
run: ./mvnw -B test -DskipSign -Dmaven.plugin.validation=BRIEF -pl spectrum
- name: Spectrum submodule package
run: ./mvnw -B package -DskipSign -Dmaven.plugin.validation=BRIEF -pl spectrum

- name: Setup GitHub Pages
uses: actions/configure-pages@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ docs/.jekyll-cache
docs/.jekyll-metadata
docs/vendor
docs/jacoco
docs/apidocs
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<div>
<a href="https://giulong.github.io/spectrum/">Full Docs</a>
·
<a href="https://giulong.github.io/spectrum/apidocs/">Javadoc</a>
·
<a href="https://giulong.github.io/spectrum/jacoco/">Coverage</a>
·
<a href="https://github.com/giulong/spectrum/issues/new?assignees=giulong&labels=&projects=&template=bug_report.md&title=%5BBUG%5D+%3CProvide+a+short+title%3E">Report Bug</a>
·
<a href="https://github.com/giulong/spectrum/issues/new?assignees=giulong&labels=&projects=&template=feature_request.md&title=%5BRFE%5D+%3CProvide+a+short+title%3E">Request Feature</a>
Expand Down
1 change: 1 addition & 0 deletions spectrum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
<version>3.6.3</version>
<configuration>
<additionalJOption>-Xdoclint:none</additionalJOption>
<destDir>${project.parent.basedir}/${docs.folder}/apidocs</destDir>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 964fbae

Please sign in to comment.