Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install node modules
run: npm install
- name: Set up Ruby
uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Set up Pages
Expand Down
Loading