We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49decad commit 69d8573Copy full SHA for 69d8573
.github/workflows/publish-website.yml
@@ -17,12 +17,7 @@ jobs:
17
- uses: ruby/[email protected]
18
with:
19
ruby-version: '2.6'
20
- - uses: actions/cache@v2
21
- with:
22
- path: vendor/bundle
23
- key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
24
- restore-keys: |
25
- ${{ runner.os }}-gems-
+ bundler-cache: true
26
- name: Install microsite deps
27
run: |
28
bundle config path vendor/bundle
.github/workflows/release.yml
@@ -20,12 +20,7 @@ jobs:
29
30
31
0 commit comments