From ae6704c48f0aed4f63699fe15be8a1f902047e73 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Thu, 5 Sep 2024 10:41:24 +0200 Subject: [PATCH] build: Skip site publication on release --- .github/workflows/release.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f5bff49..23da9804 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,18 +103,18 @@ jobs: out/jreleaser/trace.log out/jreleaser/output.properties - - name: Build site - run: | - export GPG_TTY=$(tty) - ./mvnw -ntp -B --file pom.xml \ - -Drepository.url=https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \ - site site:stage -DstagingDirectory="${{ runner.temp }}/site" - - - name: Publish site - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: gh-pages - folder: "${{ runner.temp }}/site" +# - name: Build site +# run: | +# export GPG_TTY=$(tty) +# ./mvnw -ntp -B --file pom.xml \ +# -Drepository.url=https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \ +# site site:stage -DstagingDirectory="${{ runner.temp }}/site" +# +# - name: Publish site +# uses: JamesIves/github-pages-deploy-action@v4 +# with: +# branch: gh-pages +# folder: "${{ runner.temp }}/site" - name: Set next version run: |