From ede4930c309958f8091cc40c4ae52f6dfd2e15d4 Mon Sep 17 00:00:00 2001 From: Diego Steiner Date: Thu, 18 Jan 2024 11:51:36 +0000 Subject: [PATCH] fix: cd --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 93201fe..b7f123a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,10 +22,10 @@ jobs: uses: actions/checkout@v3 - name: Install, build, and upload your site uses: withastro/action@v1 - # with: + with: + package-manager: pnpm@8 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional) - # ackage-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) deploy: needs: build