We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58415ef commit 443128eCopy full SHA for 443128e
.github/workflows/pages-deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Ruby
43
uses: ruby/setup-ruby@v1
44
with:
45
- ruby-version: "3.2" # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
+ ruby-version: "3.1" # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
46
bundler-cache: true
47
48
- name: Build site
0 commit comments