We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f5d7d commit d2d4b8eCopy full SHA for d2d4b8e
1 file changed
.github/workflows/static.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
node-version: 24
50
cache: 'npm'
51
- cache-dependency-path: .site/package-lock.json
+ cache-dependency-path: '**/package-lock.json'
52
53
- name: Install dependencies
54
run: npm install
0 commit comments