Skip to content

Commit

Permalink
ci: try to use asciidoctor-kroki
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed May 28, 2024
1 parent 99f3d19 commit 693ff91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '18'

- name: Install Antora
run: npm i antora asciidoctor-diagram
run: npm i antora asciidoctor-kroki

- name: Generate Site
run: npx antora antora-playbook.yml
Expand Down
2 changes: 1 addition & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
branches: [main]
asciidoc:
extensions:
- asciidoctor-diagram
- asciidoctor-kroki
attributes:
toc: 'true'
toclevels: 3
Expand Down

0 comments on commit 693ff91

Please sign in to comment.