From 8a64858125e1bd62a423eabdb3f7d257aa2ba089 Mon Sep 17 00:00:00 2001 From: Conrad Bekondo Date: Sat, 4 Jan 2025 22:45:23 +0100 Subject: [PATCH] chore(ci): update branch-deploys.yml --- .github/workflows/branch-deploys.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/branch-deploys.yml b/.github/workflows/branch-deploys.yml index 920e613..f249daa 100644 --- a/.github/workflows/branch-deploys.yml +++ b/.github/workflows/branch-deploys.yml @@ -44,6 +44,7 @@ jobs: path: | node_modules ${{ steps.get-store-path.outputs.store-path }} + .netlify - name: Install Dependencies 📦 if: steps.setup-cache.outputs.cache-hit != 'true' run: pnpm i