Skip to content

Commit 70218a0

Browse files
committed
🐛 Fix workflow to deploy RDoc to GitHub pages
This was broken by 7017c97.
1 parent ed38612 commit 70218a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Setup Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26+
ruby-version: '3.4'
2627
bundler-cache: true
2728
- name: Setup Pages
2829
id: pages

0 commit comments

Comments
 (0)