Skip to content

Commit 85e6254

Browse files
Merge pull request #267 from ESMValGroup/update_episode_10
Update episode 10 for using esmvaltool 2.7
2 parents 451d0d5 + a28f187 commit 85e6254

File tree

2 files changed

+192
-131
lines changed

2 files changed

+192
-131
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup Ruby
13-
uses: ruby/setup-ruby@v1.64.1
13+
uses: ruby/setup-ruby@v1
1414
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-
15+
ruby-version: 3.1
2316
- name: Ruby deps
2417
run: gem install json kramdown jekyll bundler
2518
- name: Setup Python

0 commit comments

Comments
 (0)