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:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-maven
|
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
|
- name: Run Antora
|
||||||
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
|
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
|
||||||
# - name: Archive results
|
# - name: Archive results
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"@antora/atlas-extension": "1.0.0-alpha.2",
|
"@antora/atlas-extension": "1.0.0-alpha.2",
|
||||||
"@antora/collector-extension": "1.0.0-beta.1",
|
"@antora/collector-extension": "1.0.0-beta.1",
|
||||||
"@asciidoctor/tabs": "1.0.0-beta.6",
|
"@asciidoctor/tabs": "1.0.0-beta.6",
|
||||||
"@springio/antora-extensions": "1.13.1",
|
"@springio/antora-extensions": "1.14.2",
|
||||||
"@springio/asciidoctor-extensions": "1.0.0-alpha.12"
|
"@springio/asciidoctor-extensions": "1.0.0-alpha.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user