From 749de67a2f68b60e7128302f54b65a6e03fe2ca4 Mon Sep 17 00:00:00 2001 From: leesei Date: Sun, 12 Jan 2025 20:54:12 +0800 Subject: [PATCH] update ci script --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f4766c..78bb71b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v3 + - name: Install pnpm + uses: pnpm/action-setup@v4 - name: Install, build, and upload your site uses: withastro/action@v0 # with: