Skip to content

Commit 6fae013

Browse files
committed
fixed site
1 parent cfefd32 commit 6fae013

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Merge_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
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>

0 commit comments

Comments
 (0)