From 5e931f15d366d8af6b392a700a72b24e0fc3ace5 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Wed, 3 Apr 2024 17:46:04 +0200 Subject: [PATCH] feat: some shit --- .github/workflows/default.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 92e2fd9..f37284a 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -58,9 +58,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Install, build, and upload your site output - uses: withastro/action@v2 - with: - package-manager: pnpm@latest + run: pnpm i && pnpm build deploy: needs: build