Skip to content

Commit 0702093

Browse files
committed
Find mvnw for site run
1 parent 347ea78 commit 0702093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
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)