File tree Expand file tree Collapse file tree 3 files changed +3
-45
lines changed Expand file tree Collapse file tree 3 files changed +3
-45
lines changed Original file line number Diff line number Diff line change 20
20
uses : ruby/setup-ruby@v1
21
21
with :
22
22
ruby-version : ${{ matrix.ruby-version }}
23
-
24
- - uses : actions/cache@v4
25
- with :
26
- path : vendor/bundle
27
- key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
28
- restore-keys : |
29
- gems-${{ runner.os }}-${{ matrix.ruby-version }}-
30
- gems-${{ runner.os }}-
31
-
32
- - name : Update bundler
33
- run : gem install bundler
34
-
35
- - run : bundle config set deployment 'true'
36
- - name : bundle install
37
- run : |
38
- bundle config path vendor/bundle
39
- bundle install --jobs 4 --retry 3
23
+ bundler-cache : true
40
24
41
25
- run : bundle exec middleman build
Original file line number Diff line number Diff line change 16
16
uses : ruby/setup-ruby@v1
17
17
with :
18
18
ruby-version : ${{ env.ruby-version }}
19
-
20
- - uses : actions/cache@v4
21
- with :
22
- path : vendor/bundle
23
- key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
24
- restore-keys : |
25
- gems-${{ runner.os }}-${{ matrix.ruby-version }}-
26
- gems-${{ runner.os }}-
27
-
28
- - run : bundle config set deployment 'true'
29
- - name : bundle install
30
- run : |
31
- bundle config path vendor/bundle
32
- bundle install --jobs 4 --retry 3
19
+ bundler-cache : true
33
20
34
21
- run : bundle exec middleman build
35
22
Original file line number Diff line number Diff line change 16
16
uses : ruby/setup-ruby@v1
17
17
with :
18
18
ruby-version : ${{ env.ruby-version }}
19
-
20
- - uses : actions/cache@v4
21
- with :
22
- path : vendor/bundle
23
- key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
24
- restore-keys : |
25
- gems-${{ runner.os }}-${{ matrix.ruby-version }}-
26
- gems-${{ runner.os }}-
27
-
28
- - run : bundle config set deployment 'true'
29
- - name : bundle install
30
- run : |
31
- bundle config path vendor/bundle
32
- bundle install --jobs 4 --retry 3
19
+ bundler-cache : true
33
20
34
21
- run : bundle exec middleman build
35
22
You can’t perform that action at this time.
0 commit comments