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