From 357ee37be72c70fcc5a188c92280fa9f0919ac22 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Sun, 15 Sep 2024 02:55:15 -0700 Subject: [PATCH] Publish without site for alpha --- .github/workflows/publish_release_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release_branch.yml b/.github/workflows/publish_release_branch.yml index 6e3041a436..81d943ec30 100644 --- a/.github/workflows/publish_release_branch.yml +++ b/.github/workflows/publish_release_branch.yml @@ -23,7 +23,7 @@ jobs: - name: Maven Install and Site with Code Coverage env: MAVEN_OPTS: ${{ env.JAVA_11_PLUS_MAVEN_OPTS }} - run: mvn -B clean install site -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED" + run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED" - uses: actions/upload-artifact@v4 with: