Skip to content

Commit

Permalink
Add Antora cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Aug 19, 2024
1 parent 9b4a673 commit 2ea63a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea63a4

Please sign in to comment.