We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88540f5 commit a28f187Copy full SHA for a28f187
.github/workflows/build-check-tutorial-site.yml
@@ -13,7 +13,6 @@ jobs:
13
uses: ruby/setup-ruby@v1
14
with:
15
ruby-version: 3.1
16
- bundler-cache: true
17
- name: Ruby deps
18
run: gem install json kramdown jekyll bundler
19
- name: Setup Python
@@ -24,8 +23,8 @@ jobs:
24
23
run: pip install pyyaml
25
- name: Nokogiri deps
26
run: sudo apt install -y pkg-config libxml2-dev libxslt-dev
27
- # - name: Site deps
28
- # run: bundle install
+ - name: Site deps
+ run: bundle install
29
- name: Build site
30
run: bundle exec jekyll build
31
- name: Check all lessons
0 commit comments