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 0b91310 commit 6e160ecCopy full SHA for 6e160ec
.github/workflows/jekyll-build-workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: ruby/setup-ruby@v1
20
with:
21
working-directory: "site/"
22
- ruby-version: '3.2' # Not needed with a .ruby-version file
+ ruby-version: '3.4' # Not needed with a .ruby-version file
23
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
24
25
- name: Build site
.github/workflows/jekyll.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Setup Ruby
47
48
49
- ruby-version: '3.0' # Not needed with a .ruby-version file
50
51
52
- name: Check final HTML with html-proofer
0 commit comments