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 e369949 commit 5be2826Copy full SHA for 5be2826
.github/workflows/ci.yml
@@ -20,9 +20,9 @@ jobs:
20
uses: actions/cache@v2
21
with:
22
path: .vendor/bundle
23
- key: ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
+ key: ruby-deps-${{ hashFiles('**/Gemfile.lock') }}
24
restore-keys: |
25
- ruby-${{ matrix.os }}-${{ matrix.ruby }}-
+ ruby-deps-
26
- name: Ruby deps
27
run: gem install json kramdown jekyll bundler
28
- name: Setup Python
0 commit comments