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: