We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbecbf commit d18fc20Copy full SHA for d18fc20
.github/workflows/pages.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Ruby
15
uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: '3.1' # Ensure compatibility with Jekyll
+ ruby-version: '3.1'
18
bundler-cache: true
19
20
- name: Install dependencies
0 commit comments