Skip to content

Commit

Permalink
Update GitHub Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jun 10, 2024
1 parent cbdd6ad commit b4eabe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
distribution: temurin
java-version: 17
cache: maven
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build site
Expand Down

0 comments on commit b4eabe1

Please sign in to comment.