From 704f570571cd2f6cc29c5dfd87d2dda702a323e0 Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 23 Jul 2026 18:31:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d430c1..cc60bf4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,14 +14,15 @@ jobs: http_proxy: http://10.255.0.1:7890 https_proxy: http://10.255.0.1:7890 steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup git proxy run: | git config --global http.proxy ${{ env.HTTP_PROXY }} git config --global https.proxy ${{ env.HTTPS_PROXY }} + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup pnpm uses: pnpm/action-setup@v4