Skip to content

Commit

Permalink
Support Asciidoctor Tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Dec 19, 2023
1 parent 86e2900 commit aaaa7c0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
fetch-depth: 0

- name: Install NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Get npm cache directory
id: npm-cache-dir
Expand All @@ -48,12 +48,17 @@ jobs:
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
key: ${{ runner.os }}[email protected].1[email protected]
key: ${{ runner.os }}[email protected].5[email protected][email protected]
restore-keys: |
${{ runner.os }}-node-
- name: Install Antora and extensions
run: npm i -D -E --quiet --no-progress @antora/[email protected] @antora/[email protected] @antora/[email protected]
run: >-
npm i -D -E --quiet --no-progress
@antora/[email protected]
@antora/[email protected]
@antora/[email protected]
@asciidoctor/[email protected]
working-directory: ${{ inputs.path }}

- name: Build documentation
Expand Down

0 comments on commit aaaa7c0

Please sign in to comment.