Bump Antora dependencies, add Antora caching.

This commit is contained in:
Mark Paluch
2024-08-19 08:46:37 +02:00
parent e242a0f4b4
commit f02199f512
2 changed files with 6 additions and 1 deletions

View File

@@ -51,6 +51,11 @@ jobs:
with:
path: ~/.m2
key: ${{ runner.os }}-maven
- name: Cache Antora
uses: actions/cache@v3
with:
path: ~/.cache
key: ${{ runner.os }}-antora-${{ github.event.inputs.module }}
- name: Run Antora
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
# - name: Archive results