We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fe331 commit a78c2fdCopy full SHA for a78c2fd
.github/workflows/asciidoctor-ghpages.yaml
@@ -14,4 +14,5 @@ jobs:
14
with:
15
source_dir: docs/
16
asciidoctor_params: "--require asciidoctor-diagram --attribute=sectlinks --attribute=sectanchors"
17
+ pre_build: 'apk add nodejs npm && npm install -g @mermaid-js/mermaid-cli'
18
post_build: 'find . -name "*.svg" -exec git add -f {} \;'
0 commit comments