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