From 5b415cc680a56e33c41fd6c1dd17ad9b8520e6c4 Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Fri, 20 Dec 2024 11:34:55 +0100 Subject: [PATCH] Fix the documentation build --- .github/workflows/website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index acf737850..49acd7cbc 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -15,9 +15,9 @@ jobs: with: fetch-depth: 0 # fetch all commits and branches for mike to work properly - uses: actions/setup-java@v2 - name: Set up Java 11 + name: Set up Java 17 with: - java-version: 11 + java-version: 17 distribution: temurin cache: maven - uses: actions/setup-python@v2 @@ -36,4 +36,4 @@ jobs: - name: Build local artifacts run: mvn -B install -DskipTests - name: Render docs and publish - run: .github/render-documentation.sh \ No newline at end of file + run: .github/render-documentation.sh