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 5339321 commit f83f0c6Copy full SHA for f83f0c6
.github/workflows/jekyll.yml
@@ -40,9 +40,9 @@ jobs:
40
- name: Npm build
41
run: npm install && npm run build-prod
42
- name: Setup Ruby
43
- uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+ uses: actions/setup-ruby@v1
44
with:
45
- # ruby-version: '3.2.2' # Not needed with a .ruby-version file
+ #ruby-version: '3.2.2' # Not needed with a .ruby-version file
46
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
47
cache-version: 0 # Increment this number if you need to re-download cached gems
48
- name: Setup Pages
0 commit comments