From eab4992a8c862764ae91ec702e9e688a8cc3712d Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 25 Dec 2023 17:52:28 -0500 Subject: [PATCH] [site] Few more adjustments --- .github/workflows/site.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index bed2eb39..22281a17 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -14,10 +14,10 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - distribution: 'zulu' + distribution: zulu java-version: 21 - name: Build site - run: ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress + run: ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml env: CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}