Skip to content

Commit 0ab35fa

Browse files
committed
Need to install kramdown-asciidoc gem.
1 parent 4e07209 commit 0ab35fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/web-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: sudo apt-get update
4242
- name: Install (APT)
4343
run: sudo apt-get install asciidoctor
44+
- name: Install (Kramdown)
45+
run: gem install kramdown-asciidoc
4446
- name: Install (B2)
4547
run: |
4648
set -e

0 commit comments

Comments
 (0)