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 36abda5 commit 88540f5Copy full SHA for 88540f5
.github/workflows/build-check-tutorial-site.yml
@@ -13,13 +13,7 @@ jobs:
13
uses: ruby/setup-ruby@v1
14
with:
15
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-
+ bundler-cache: true
23
- name: Ruby deps
24
run: gem install json kramdown jekyll bundler
25
- name: Setup Python
@@ -30,8 +24,8 @@ jobs:
30
run: pip install pyyaml
31
- name: Nokogiri deps
32
26
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
35
29
- name: Build site
36
run: bundle exec jekyll build
37
- name: Check all lessons
0 commit comments