From a5fc5f6474cc10d7c685e7a9f42fd726684e9cca Mon Sep 17 00:00:00 2001 From: Byron Mayne Date: Sun, 10 Sep 2023 13:31:28 -0400 Subject: [PATCH] [Ci/Cd] Adjusted the path of the yarn lock file for the deploy step --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 064eb46..0b37632 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,8 @@ jobs: with: node-version: 18 cache: yarn + cache-dependency-path: ./docusaurus/yarn.lock + - name: Install dependencies run: yarn install --frozen-lockfile