File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 23
23
distribution : temurin
24
24
cache : maven
25
25
26
- - name : Spectrum unit tests and JaCoCo reports
27
- run : ./mvnw -B test -DskipSign -Dmaven.plugin.validation=BRIEF -pl spectrum
26
+ - name : Spectrum submodule package
27
+ run : ./mvnw -B package -DskipSign -Dmaven.plugin.validation=BRIEF -pl spectrum
28
28
29
29
- name : Setup GitHub Pages
30
30
uses : actions/configure-pages@v3
Original file line number Diff line number Diff line change @@ -41,3 +41,4 @@ docs/.jekyll-cache
41
41
docs /.jekyll-metadata
42
42
docs /vendor
43
43
docs /jacoco
44
+ docs /apidocs
Original file line number Diff line number Diff line change 14
14
<div >
15
15
<a href =" https://giulong.github.io/spectrum/ " >Full Docs</a >
16
16
·
17
+ <a href =" https://giulong.github.io/spectrum/apidocs/ " >Javadoc</a >
18
+ ·
19
+ <a href =" https://giulong.github.io/spectrum/jacoco/ " >Coverage</a >
20
+ ·
17
21
<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 >
18
22
·
19
23
<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 >
Original file line number Diff line number Diff line change 330
330
<version >3.6.3</version >
331
331
<configuration >
332
332
<additionalJOption >-Xdoclint:none</additionalJOption >
333
+ <destDir >${project.parent.basedir} /${docs.folder} /apidocs</destDir >
333
334
</configuration >
334
335
<executions >
335
336
<execution >
You can’t perform that action at this time.
0 commit comments