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 bc3012c commit 7c43b58Copy full SHA for 7c43b58
.github/workflows/jekyll-gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Ruby
22
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
23
with:
24
- ruby-version: '3.3' # Not needed with a .ruby-version file
+ ruby-version: '3.2.3' # Not needed with a .ruby-version file
25
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
26
- name: Build with Jekyll
27
# Outputs to the './_site' directory by default
0 commit comments