Skip to content

Commit a78c2fd

Browse files
committed
Try installing mermaid
Signed-off-by: Robert Young <[email protected]>
1 parent 95fe331 commit a78c2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/asciidoctor-ghpages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
with:
1515
source_dir: docs/
1616
asciidoctor_params: "--require asciidoctor-diagram --attribute=sectlinks --attribute=sectanchors"
17+
pre_build: 'apk add nodejs npm && npm install -g @mermaid-js/mermaid-cli'
1718
post_build: 'find . -name "*.svg" -exec git add -f {} \;'

0 commit comments

Comments
 (0)