Bump Antora dependencies, add Antora caching.
This commit is contained in:
5
.github/workflows/antora-site.yml
vendored
5
.github/workflows/antora-site.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user