From 0e6a0518ddb21e811eb6fc8ae61ceb5bd5b36f8d Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 9 Nov 2021 00:02:05 +0100 Subject: [PATCH] remove npm from cache --- .github/workflows/gh-pages.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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-