소스 검색

docs action: fix cache (#2795)

XhmikosR 4 년 전
부모
커밋
ab22cb62c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/docs.yml

+ 1 - 1
.github/workflows/docs.yml

@@ -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') }}