We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0702093 commit e8083fdCopy full SHA for e8083fd
.github/workflows/site.yaml
@@ -25,7 +25,7 @@ jobs:
25
distribution: temurin
26
java-version: 21
27
- name: Build site
28
- run: ../.mvnw install 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