We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b109d commit 1e87e2eCopy full SHA for 1e87e2e
.github/workflows/site.yaml
@@ -25,7 +25,7 @@ jobs:
25
distribution: temurin
26
java-version: 21
27
- name: Build site
28
- run: ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
+ run: ./mvnw install site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
0 commit comments