From 7237e690bfbd99fefc8b5250ec79c55178568a58 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 22 Sep 2022 23:15:11 +0100 Subject: [PATCH] Fix CI build (#120) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 632d131..d029237 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: mvn install site - name: Website - if: matrix.java == '11' && github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/website') || startsWith(github.ref, 'refs/tags/v')) + if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/website') || startsWith(github.ref, 'refs/tags/v')) env: GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN_GH }} run: |