File tree 3 files changed +11
-10
lines changed 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v3
11
11
12
12
- name : Setup Ruby
13
- uses : actions /setup-ruby@v1
13
+ uses : ruby /setup-ruby@v1
14
14
with :
15
- ruby-version : 2.6.x
16
- architecture : x64
17
-
18
- - name : Install bundler and dependencies
19
- run : |
20
- gem install bundler
21
- bundle install --jobs 4 --retry 3
15
+ ruby-version : ' 2.6'
16
+ bundler-cache : true
22
17
23
18
- name : Check build
24
19
run : bundle exec jekyll build
Original file line number Diff line number Diff line change @@ -144,4 +144,4 @@ DEPENDENCIES
144
144
jekyll (~> 3.1.6 )
145
145
146
146
BUNDLED WITH
147
- 1.16.1
147
+ 2.3.18
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ url: "https://o0Ignition0o.github.io" # The blog url you want to choose (you can
7
7
logo : " https://www.rust-lang.org/logos/rust-logo-64x64-blk.png" # This one is used as blog logo
8
8
twitter_username : o0ignition0o # Your twitter handle
9
9
github_username : o0Ignition0o # Your github handle
10
+ exclude :
11
+ - vendor
12
+ - .github
13
+ - README.md
14
+ - Gemfile
15
+ - Gemfile.lock
10
16
11
17
# Build settings
12
18
highlighter : rouge
You can’t perform that action at this time.
0 commit comments