Skip to content

Commit 88540f5

Browse files
committed
remove chache block, add bundler-cache, comment bundle install
1 parent 36abda5 commit 88540f5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/build-check-tutorial-site.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ jobs:
1313
uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: 3.1
16-
# - name: Cache Ruby deps
17-
# uses: actions/cache@v2
18-
# with:
19-
# path: vendor/bundle
20-
# key: ruby-deps-${{ hashFiles('**/Gemfile.lock') }}
21-
# restore-keys: |
22-
# ruby-deps-
16+
bundler-cache: true
2317
- name: Ruby deps
2418
run: gem install json kramdown jekyll bundler
2519
- name: Setup Python
@@ -30,8 +24,8 @@ jobs:
3024
run: pip install pyyaml
3125
- name: Nokogiri deps
3226
run: sudo apt install -y pkg-config libxml2-dev libxslt-dev
33-
- name: Site deps
34-
run: bundle install
27+
# - name: Site deps
28+
# run: bundle install
3529
- name: Build site
3630
run: bundle exec jekyll build
3731
- name: Check all lessons

0 commit comments

Comments
 (0)