Add Antora cache.

This commit is contained in:
Mark Paluch
2024-08-19 08:37:01 +02:00
parent 9b4a67373f
commit 2ea63a4ba5

View File

@@ -48,6 +48,11 @@ jobs:
with:
path: ~/.m2
key: ${{ runner.os }}-maven
- name: Cache Antora
uses: actions/cache@v3
with:
path: ~/.cache
key: ${{ runner.os }}-antora
- name: Run Antora
run: ./mvnw -B antora
- name: Publish Docs