mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
Revert "remove npm from cache"
This reverts commit 0e6a0518ddb21e811eb6fc8ae61ceb5bd5b36f8d.
This commit is contained in:
parent
421c5abcac
commit
21bc18fe43
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@ -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-
|
||||
|
Loading…
x
Reference in New Issue
Block a user