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 225fc78 commit 2d8e9d4Copy full SHA for 2d8e9d4
.github/workflows/github_jekyll_example.yml
.github/workflows/jekyll.yml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Setup Ruby
33
uses: ruby/setup-ruby@v1
34
+ # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
35
+ # uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
36
with:
37
ruby-version: '3.3'
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
.github/workflows/static.yml
0 commit comments