From f664c736cb2ec621a1231dc4dc5b2aef6cb294e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javis=20V=2E=20P=C3=A9rez?= Date: Mon, 11 Mar 2024 18:41:59 -0400 Subject: [PATCH] Update the cache-dependency-path (#94) --- .github/workflows/build-deploy-docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-deploy-docs.yaml b/.github/workflows/build-deploy-docs.yaml index ec3d003f..404cd6d5 100644 --- a/.github/workflows/build-deploy-docs.yaml +++ b/.github/workflows/build-deploy-docs.yaml @@ -40,6 +40,7 @@ jobs: with: node-version: 20 cache: pnpm + cache-dependency-path: docs - name: Setup Pages uses: actions/configure-pages@v4 - name: Install dependencies