Skip to content

Commit f5bfd24

Browse files
authored
disable action cache
1 parent 6b5a254 commit f5bfd24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/static-site.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
echo "yarn version `yarn --version`"
3232
echo "node version `node -v`"
3333
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-
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-
4040

4141
- name: Install Dependencies
4242
run: yarn install

0 commit comments

Comments
 (0)