From 9fae1812e38913c6830b183b1d73687e2f71a8fd Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 17 Sep 2024 14:21:43 -0700 Subject: [PATCH] Re-enable gh-pages site publishing on 2.x --- .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 81d943ec30..6e3041a436 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 -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED" + run: mvn -B clean install site -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED" - uses: actions/upload-artifact@v4 with: