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 bafc019 commit 36abda5Copy full SHA for 36abda5
.github/workflows/build-check-tutorial-site.yml
@@ -10,16 +10,16 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Setup Ruby
13
- uses: ruby/setup-ruby@v1.64.1
+ uses: ruby/setup-ruby@v1
14
with:
15
- ruby-version: 2.7
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-
+ ruby-version: 3.1
+ # - name: Cache Ruby deps
+ # uses: actions/cache@v2
+ # with:
+ # path: vendor/bundle
+ # key: ruby-deps-${{ hashFiles('**/Gemfile.lock') }}
+ # restore-keys: |
+ # ruby-deps-
23
- name: Ruby deps
24
run: gem install json kramdown jekyll bundler
25
- name: Setup Python
0 commit comments