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@2a7b30092b0caf9c046252510f9273b4875f3db9
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Set up Pages
Expand Down
Loading