diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7fb1ae1e..a6521291 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,11 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/cache@v2 with: - path: | - vendor/bundle - ~/.npm - node_modules - */*/node_modules + path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} restore-keys: | ${{ runner.os }}-gems-