Skip to content

Commit aaaa7c0

Browse files
committed
Support Asciidoctor Tabs.
1 parent 86e2900 commit aaaa7c0

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/antora.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Install NodeJS
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@v4
4040
with:
41-
node-version: 16
41+
node-version: 20
4242

4343
- name: Get npm cache directory
4444
id: npm-cache-dir
@@ -48,12 +48,17 @@ jobs:
4848
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
4949
with:
5050
path: ${{ steps.npm-cache-dir.outputs.dir }}
51-
key: ${{ runner.os }}-node-antora@3.1.1-lunr-extension@1.0.0-alpha.8
51+
key: ${{ runner.os }}-node-antora@3.1.5-lunr-extension@1.0.0-alpha.8-tabs@1.0.0-beta.6
5252
restore-keys: |
5353
${{ runner.os }}-node-
5454
5555
- name: Install Antora and extensions
56-
run: npm i -D -E --quiet --no-progress @antora/cli@3.1.1 @antora/site-generator@3.1.1 @antora/lunr-extension@1.0.0-alpha.8
56+
run: >-
57+
npm i -D -E --quiet --no-progress
58+
@antora/cli@3.1.5
59+
@antora/site-generator@3.1.5
60+
@antora/lunr-extension@1.0.0-alpha.8
61+
@asciidoctor/tabs@1.0.0-beta.6
5762
working-directory: ${{ inputs.path }}
5863

5964
- name: Build documentation

0 commit comments

Comments
 (0)