Skip to content

Commit a28f187

Browse files
committed
return back bundle install
1 parent 88540f5 commit a28f187

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: 3.1
16-
bundler-cache: true
1716
- name: Ruby deps
1817
run: gem install json kramdown jekyll bundler
1918
- name: Setup Python
@@ -24,8 +23,8 @@ jobs:
2423
run: pip install pyyaml
2524
- name: Nokogiri deps
2625
run: sudo apt install -y pkg-config libxml2-dev libxslt-dev
27-
# - name: Site deps
28-
# run: bundle install
26+
- name: Site deps
27+
run: bundle install
2928
- name: Build site
3029
run: bundle exec jekyll build
3130
- name: Check all lessons

0 commit comments

Comments
 (0)