File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,12 +153,12 @@ jobs:
153153 cache : ' maven'
154154
155155 - name : Build site
156- run : mvn -e -B -V -ntp site site:stage
156+ run : mvn -e -B -V -ntp site
157157
158158 - name : Upload artifact
159159 uses : actions/upload-pages-artifact@v3
160160 with :
161- path : ./target/staging
161+ path : ./target/site
162162
163163 # Deployment site
164164 deploy :
Original file line number Diff line number Diff line change 176176 <groupId >org.apache.maven.plugins</groupId >
177177 <artifactId >maven-site-plugin</artifactId >
178178 <configuration >
179- <generateReports >false </generateReports >
180- <generateProjectInfo >false </generateProjectInfo >
179+ <generateReports >true </generateReports >
180+ <generateProjectInfo >true </generateProjectInfo >
181181 </configuration >
182182 <dependencies >
183183 <dependency >
You can’t perform that action at this time.
0 commit comments