Skip to content

Commit aa914c8

Browse files
committed
Disabled site generation for Windows build (should be enough for to be tested on Linux)
1 parent ae45c0f commit aa914c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'adopt'
2525
cache: maven
2626
- name: Build with Maven
27-
run: mvn -s .ci.settings.xml --no-transfer-progress clean package site
27+
run: mvn -s .ci.settings.xml --no-transfer-progress clean package
2828
env:
2929
MAVEN_OPTS: -Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
3030
gh_username: ${{ secrets.GH_USERNAME }}

0 commit comments

Comments
 (0)