Skip to content

Commit 82a9aac

Browse files
committed
Fix docs workflow cache
Signed-off-by: Jeremy Parr-Pearson <jeremy.parr-pearson@improving.com>
1 parent e528d7c commit 82a9aac

File tree

4 files changed

+6445
-4
lines changed

4 files changed

+6445
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# push:
77
# branches: [main]
88
# paths:
9-
# - "docs/**""
9+
# - "docs/**"
1010
# - "spring-data-valkey/src/main/resources/io/valkey/springframework/data/valkey/config/spring-valkey-1.0.xsd"
1111

1212
permissions:
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: "20"
3333
cache: "npm"
34-
cache-dependency-path: docs/package-lock.json
34+
cache-dependency-path: "docs/package-lock.json"
3535

3636
- name: Setup JDK
3737
uses: actions/setup-java@v4

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ appendonlydir
2121
build/
2222
node_modules
2323
node
24-
package-lock.json
25-
package.json
2624
.mvn/.develocity
2725
.flattened-pom.xml

0 commit comments

Comments
 (0)