Skip to content

Commit

Permalink
Fix the documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Dec 20, 2024
1 parent ee3e99b commit 5b415cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Build local artifacts
run: mvn -B install -DskipTests
- name: Render docs and publish
run: .github/render-documentation.sh
run: .github/render-documentation.sh

0 comments on commit 5b415cc

Please sign in to comment.