From e91bd4c1dbaecd0849a441e5a8fd3a2926cbafbc Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Sat, 22 Apr 2023 14:21:44 +0200 Subject: [PATCH] Update vitepress.yml --- .github/workflows/vitepress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vitepress.yml b/.github/workflows/vitepress.yml index 16e4942..1718084 100644 --- a/.github/workflows/vitepress.yml +++ b/.github/workflows/vitepress.yml @@ -21,7 +21,7 @@ jobs: with: node-version: 16 cache: npm - path: docs + cache-dependency-path: '**/package-lock.json' - run: npm ci working-directory: docs - name: Build