File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ BUNDLE_PATH: "vendor/bundle"
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - uses : ruby/setup-ruby@v1
1515 with :
16- ruby-version : 2.7
17- bundler-cache : true
16+ ruby-version : " 3.1"
17+ bundler-cache : false
18+ - name : Install Dependencies
19+ run : bundle install
1820 - name : Build Jekyll Site
1921 run : $GITHUB_WORKSPACE/build.sh
2022 - name : Deploy Site
Original file line number Diff line number Diff line change 77* ~
88build
99Gemfile.lock
10+ vendor
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "html-proofer"
3+ gem "html-proofer" , "<4"
44gem "jekyll" , "~> 4.0"
55gem "jekyll-sass-converter" #, "~>2.0
66
You can’t perform that action at this time.
0 commit comments