Skip to content

Commit 81d94f3

Browse files
committed
Improve Antora CI workflow by adding cache-dependency-path for npm step
1 parent 7da9b41 commit 81d94f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-antora-doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: 'latest'
3131
cache: 'npm'
32+
cache-dependency-path: './antora-ui-khronos/package-lock.json'
3233
- name: "Install dependencies"
3334
run: |
3435
sudo apt-get update

0 commit comments

Comments
 (0)