diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d518e8f19..0b4beda06 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,9 +47,9 @@ jobs: uses: actions/cache@v2 with: path: docs/vendor/bundle - key: ${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }} + key: ${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('docs/Gemfile') }}-${{ hashFiles('docs/Gemfile.lock') }} restore-keys: | - ${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }} + ${{ runner.os }}-ruby-v${{ env.RUBY }}-${{ hashFiles('docs/Gemfile') }}-${{ hashFiles('docs/Gemfile.lock') }} ${{ runner.os }}-ruby-v${{ env.RUBY }}- - name: Set up Bundler