We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caad4d commit c15a9e7Copy full SHA for c15a9e7
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Install AsciiDoctor & Rouge
11
command: |
12
gem install asciidoctor
13
- gem install rouge
+ gem install rouge -v 3.3.0
14
- run:
15
name: Build Site
16
command: asciidoctor -a toc="left" -a toclevels=2 README.adoc -o _build/html/index.html
0 commit comments