From 63107e9f2578ebfc8d71c78d0f6061007334cc82 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 26 Feb 2025 19:44:23 +0100 Subject: [PATCH] test store path --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fa7a8d3..626317e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,12 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 + + - name: Set pnpm store path + run: | + cd website + pnpm config set store-dir .pnpm-store + - name: Install, build, and upload your site output uses: withastro/action@v3 with: