From 81af882d9171e2d5df27c23b9078402ba7ced329 Mon Sep 17 00:00:00 2001 From: maxnth Date: Tue, 21 Nov 2023 14:16:34 +0100 Subject: [PATCH] fix/set cache dependency path in deploy_docs.yml --- .github/workflows/deploy_docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index a5a6dee..100bbae 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -37,6 +37,7 @@ jobs: with: node-version: 18 cache: yarn + cache-dependency-path: ./docs/yarn.lock - name: Setup Pages uses: actions/configure-pages@v3 - name: Install dependencies