Skip to content

Commit 4d1a74d

Browse files
committed
[docs] Also install the gem to asciidoctor/PlanUML work...
1 parent 91d2545 commit 4d1a74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Install Asciidoctor and Asciidoctor-Diagram
2727
run: |
28-
gem install asciidoctor asciidoctor-diagram asciidoctor-pdf --user-install
28+
gem install asciidoctor asciidoctor-diagram asciidoctor-diagram-plantuml asciidoctor-pdf --user-install
2929
echo "PATH=$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH" >> $GITHUB_ENV
3030
3131
- name: Run Make

0 commit comments

Comments
 (0)