We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91fb4c commit 4fbb3dbCopy full SHA for 4fbb3db
1 file changed
.github/workflows/deploy-docs.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Ruby
24
uses: ruby/setup-ruby@v1
25
with:
26
- ruby-version: '3.1.0' # Or your Jekyll's required Ruby version
+ ruby-version: '3.2.0' # Or your Jekyll's required Ruby version
27
bundler-cache: true
28
# Set the cache path to be relative to the docs directory
29
cache-version: 1
0 commit comments