diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index a79cbf7..b8ea2e9 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -9,4 +9,6 @@ on: jobs: build: name: Verify - uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 \ No newline at end of file + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + ff-site-run: false \ No newline at end of file