File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 74
74
environment : snapshots
75
75
steps :
76
76
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
77
+ - name : Set up Ruby for asciidoctor-pdf
78
+ uses : ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1
79
+ with :
80
+ ruby-version : 3.3.0
81
+ - name : Install asciidoctor-pdf / rouge
82
+ run : gem install asciidoctor-pdf rouge
77
83
- name : Setup JDK 8
78
84
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
79
85
with :
@@ -107,6 +113,12 @@ jobs:
107
113
environment : releases
108
114
steps :
109
115
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4
116
+ - name : Set up Ruby for asciidoctor-pdf
117
+ uses : ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1
118
+ with :
119
+ ruby-version : 3.3.0
120
+ - name : Install asciidoctor-pdf / rouge
121
+ run : gem install asciidoctor-pdf rouge
110
122
- name : Setup JDK 8
111
123
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
112
124
with :
@@ -142,6 +154,12 @@ jobs:
142
154
environment : releases
143
155
steps :
144
156
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4
157
+ - name : Set up Ruby for asciidoctor-pdf
158
+ uses : ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1
159
+ with :
160
+ ruby-version : 3.3.0
161
+ - name : Install asciidoctor-pdf / rouge
162
+ run : gem install asciidoctor-pdf rouge
145
163
- name : Setup JDK 8
146
164
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # tag=v3
147
165
with :
You can’t perform that action at this time.
0 commit comments