Skip to content

Commit 9e5bbec

Browse files
committed
安装必要的依赖
1 parent 545ff99 commit 9e5bbec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131

3232
- name: Install AsciiDoctor 🐶
3333
run: |
34+
gem install rouge
3435
gem install asciidoctor
3536
gem install asciidoctor-diagram
37+
gem install asciidoctor-multipage
3638
gem install asciidoctor-comment-links
37-
gem install rouge
3839
3940
- name: Install Graphviz 🐰
4041
run: |

0 commit comments

Comments
 (0)