From 02de65f8415aa3e292192a83f26df74b1322d199 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 12 Feb 2024 18:02:26 -0700 Subject: [PATCH] enable Maven cache --- .github/workflows/publish-site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index 59c6a9f..f148231 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -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