Skip to content

Commit e42c463

Browse files
committed
Fix typo in gh action
1 parent 882df7b commit e42c463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: |
1919
node_modules
2020
*/*/node_modules
21-
key: ${{ runner.os }}-${{ hashFiles('**/package-log.json') }}
21+
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
2222
- name: Install dependencies
2323
if: steps.cache-modules.outputs.cache-hit != 'true'
2424
run: npm install

0 commit comments

Comments
 (0)