Skip to content

Commit

Permalink
enable Maven cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 13, 2024
1 parent 4f22c17 commit 02de65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Install Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: temurin
java-version: '21'
cache: maven
- name: Generate Site
env:
# must set ANTORA_CACHE_DIR so Maven will put jetty home where Antora Collector won't delete it
Expand Down

0 comments on commit 02de65f

Please sign in to comment.