File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 6
6
name : Jekyll Build
7
7
steps :
8
8
- uses : actions/checkout@v2
9
- - name : Set up Ruby
10
- uses : eregon/use-ruby-action@master
9
+ - uses : ruby/setup-ruby@v1
11
10
with :
12
- ruby-version : 2.7
13
- - uses : actions/cache@v1
14
- with :
15
- path : vendor/bundle
16
- key : bundler-${{ hashFiles('**/Gemfile.lock')}}
17
- restore-keys : |
18
- bundler-
19
- - name : bundle install
20
- run : |
21
- gem install bundler
22
- bundle install --jobs 4 --retry 3 --path vendor/bundle
11
+ ruby-version : 3.0
12
+ bundler-cache : true
23
13
- name : Jekyll Build
24
14
run : bundle exec jekyll build
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
gem 'rake'
4
+ gem 'webrick'
4
5
5
6
group :jekyll_plugins do
6
7
gem 'github-pages'
Original file line number Diff line number Diff line change 259
259
unf_ext
260
260
unf_ext (0.0.7.7 )
261
261
unicode-display_width (1.7.0 )
262
+ webrick (1.7.0 )
262
263
zeitwerk (2.4.2 )
263
264
264
265
PLATFORMS
@@ -269,6 +270,7 @@ DEPENDENCIES
269
270
jekyll-include-cache
270
271
jekyll-toc
271
272
rake
273
+ webrick
272
274
273
275
BUNDLED WITH
274
- 2.1.4
276
+ 2.2.16
You can’t perform that action at this time.
0 commit comments