Skip to content

Commit 2ea63a4

Browse files
committed
Add Antora cache.
1 parent 9b4a673 commit 2ea63a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs-build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
with:
4949
path: ~/.m2
5050
key: ${{ runner.os }}-maven
51+
- name: Cache Antora
52+
uses: actions/cache@v3
53+
with:
54+
path: ~/.cache
55+
key: ${{ runner.os }}-antora
5156
- name: Run Antora
5257
run: ./mvnw -B antora
5358
- name: Publish Docs

0 commit comments

Comments
 (0)