Skip to content

Commit 56979ea

Browse files
committed
Use Ruby 3.1 for gh-pages deploy workflow
1 parent 9324fd3 commit 56979ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Ruby
1212
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 3.0
14+
ruby-version: 3.1
1515
bundler-cache: true
1616
- name: Jekyll Build
1717
run: bundle exec jekyll build

0 commit comments

Comments
 (0)