Skip to content

Commit 2514ee9

Browse files
committed
Clean up workflow file
1 parent d6258b6 commit 2514ee9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/jekyll.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ jobs:
1616
node-version: 16
1717
cache: 'npm'
1818

19-
# Ruby-specific steps
20-
- name: Set up Ruby 3.0
19+
- name: Set up Ruby
2120
uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101
2221
with:
2322
ruby-version: '3.0'
2423
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
24+
2525
- name: Build and test with Rake
2626
run: bundle exec rake
2727

28-
# Jekyll-specific steps
2928
- name: Build the site in the jekyll/builder container
3029
run: |
3130
docker run \

0 commit comments

Comments
 (0)