Skip to content

Commit e8083fd

Browse files
committed
Fixing location of mvnw again for site action
1 parent 0702093 commit e8083fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: temurin
2626
java-version: 21
2727
- name: Build site
28-
run: ../.mvnw install site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
28+
run: ../mvnw install site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}

0 commit comments

Comments
 (0)