Skip to content

Commit e328592

Browse files
committed
Reinstate ruby installation step, needed for asciidocter
1 parent 914c7ed commit e328592

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
id: pages
4242
uses: actions/configure-pages@v2
4343

44+
- name: setup ruby
45+
uses: ruby/setup-ruby@v1
46+
with:
47+
ruby-version: 2.7
48+
4449
- name: setup asciidoctor
4550
uses: reitzig/actions-asciidoctor@v2.0.0
4651
with:

0 commit comments

Comments
 (0)