File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 - name : Upload pages artifact
5555 uses : actions/upload-pages-artifact@v3
5656 with :
57- path : target/site /apidocs
57+ path : target/reports /apidocs
5858 - name : Publish to GitHub Pages
5959 id : deployment
6060 uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 8181 <skip >${jextract.skip} </skip >
8282 <target name =" jextract" >
8383 <echo level =" info" >Generating sources using jextract</echo >
84- <exec osfamily =" windows" executable =" ${project.basedir}/scripts/jextract.ps1" >
84+ <exec osfamily =" windows" executable =" ${project.basedir}/scripts/jextract.ps1" failonerror = " true " >
8585 <arg value =" ${project.basedir}" />
8686 <arg value =" ${project.build.directory}" />
8787 </exec >
88- <exec osfamily =" unix" executable =" ${project.basedir}/scripts/jextract.sh" >
88+ <exec osfamily =" unix" executable =" ${project.basedir}/scripts/jextract.sh" failonerror = " true " >
8989 <arg value =" ${project.basedir}" />
9090 <arg value =" ${project.build.directory}" />
9191 </exec >
100100 <configuration >
101101 <target name =" fix-javadoc" >
102102 <echo level =" info" >Adding favicon & prism.js to javadoc</echo >
103- <exec executable =" ${project.basedir}/scripts/fix-javadoc.sh" >
103+ <exec executable =" ${project.basedir}/scripts/fix-javadoc.sh" failonerror = " true " >
104104 <arg value =" ${project.build.directory}" />
105105 </exec >
106106 </target >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ additions=(
2525 " <style>$style </style>"
2626)
2727
28- for f in " ${1:- target} " /site /apidocs/** /* .html; do
28+ for f in " ${1:- target} " /reports /apidocs/** /* .html; do
2929 for line in " ${additions[@]} " ; do
3030 sed -i " /<\/head>/i $line " " $f "
3131 done
You can’t perform that action at this time.
0 commit comments