We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5a254 commit f5bfd24Copy full SHA for f5bfd24
.github/workflows/static-site.yml
@@ -31,12 +31,12 @@ jobs:
31
echo "yarn version `yarn --version`"
32
echo "node version `node -v`"
33
34
- - name: Cache dependencies
35
- uses: actions/cache@v2
36
- with:
37
- path: ~/.npm
38
- key: npm-${{ hashFiles('package-lock.json') }}
39
- restore-keys: npm-
+ # - name: Cache dependencies
+ # uses: actions/cache@v2
+ # with:
+ # path: ~/.npm
+ # key: npm-${{ hashFiles('package-lock.json') }}
+ # restore-keys: npm-
40
41
- name: Install Dependencies
42
run: yarn install
0 commit comments