Skip to content

Commit c15a9e7

Browse files
committed
Fix the CI build
Rouge 3.4.0 has a nasty bug that breaks the html generation. See asciidoctor/asciidoctor#3336 for details.
1 parent 9caad4d commit c15a9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Install AsciiDoctor & Rouge
1111
command: |
1212
gem install asciidoctor
13-
gem install rouge
13+
gem install rouge -v 3.3.0
1414
- run:
1515
name: Build Site
1616
command: asciidoctor -a toc="left" -a toclevels=2 README.adoc -o _build/html/index.html

0 commit comments

Comments
 (0)