Skip to content

Commit b3ff164

Browse files
committed
removed site goal from CI
1 parent 88ca398 commit b3ff164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
restore-keys: |
3030
${{ runner.os }}-maven-
3131
- name: Build with Maven
32-
run: ./mvnw -B package site:site --file pom.xml
32+
run: ./mvnw -B package --file pom.xml
3333
env:
3434
GITHUB_USERNAME: jruaux
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)