We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da9b41 commit 81d94f3Copy full SHA for 81d94f3
1 file changed
.github/workflows/build-antora-doc.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
node-version: 'latest'
31
cache: 'npm'
32
+ cache-dependency-path: './antora-ui-khronos/package-lock.json'
33
- name: "Install dependencies"
34
run: |
35
sudo apt-get update
0 commit comments