We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ca398 commit b3ff164Copy full SHA for b3ff164
.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
29
restore-keys: |
30
${{ runner.os }}-maven-
31
- name: Build with Maven
32
- run: ./mvnw -B package site:site --file pom.xml
+ run: ./mvnw -B package --file pom.xml
33
env:
34
GITHUB_USERNAME: jruaux
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments