Skip to content

Commit afdc0ba

Browse files
trying to generate documentation as PDF
1 parent eed89ec commit afdc0ba

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/doc.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ jobs:
1818
with:
1919
fetch-depth: '2'
2020

21-
- name: Check Ruby Installes
21+
# Install Asciidoctor
22+
- name: Install Asciidoctor
2223
run: |
23-
ruby --version
24-
24+
gem install asciidoctor-pdf
25+
gem install rouge
26+
27+
# Build PDF
28+
- name: Build the PDF
29+
run: |
30+
asciidoctor-pdf README.adoc
31+
ls

0 commit comments

Comments
 (0)