We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d8a20 commit 5851641Copy full SHA for 5851641
.github/workflows/jekyll.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Ruby
24
uses: ruby/setup-ruby@v1
25
with:
26
- ruby-version: '3.x' # Use a recent Ruby version
+ ruby-version: '3.1' # Use a recent Ruby version
27
bundler-cache: true # runs bundle install and caches dependencies
28
- name: Setup Pages
29
id: pages
0 commit comments