Skip to content

Commit bdb971c

Browse files
committed
Install rubi in publish action
1 parent 79331b6 commit bdb971c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4141
- name: Install Dart Sass
4242
run: sudo snap install dart-sass
43+
- uses: ruby/setup-ruby@v1
44+
with:
45+
ruby-version: 3.4.7
4346
- name: Install asciidoctor
4447
uses: reitzig/[email protected]
4548
with:

0 commit comments

Comments
 (0)