We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6258b6 commit 2514ee9Copy full SHA for 2514ee9
.github/workflows/jekyll.yml
@@ -16,16 +16,15 @@ jobs:
16
node-version: 16
17
cache: 'npm'
18
19
- # Ruby-specific steps
20
- - name: Set up Ruby 3.0
+ - name: Set up Ruby
21
uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101
22
with:
23
ruby-version: '3.0'
24
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+
25
- name: Build and test with Rake
26
run: bundle exec rake
27
28
- # Jekyll-specific steps
29
- name: Build the site in the jekyll/builder container
30
run: |
31
docker run \
0 commit comments