docs action: fix cache (#2795)

This commit is contained in:
XhmikosR 2020-06-04 22:15:54 +03:00 committed by GitHub
parent 5a1ae0c35e
commit ab22cb62c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ jobs:
- name: Set up Ruby cache
uses: actions/cache@v2
with:
path: vendor/bundle
path: docs/vendor/bundle
key: ${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}