From f95353130d69894e5e826920ce2134c6b1297ec8 Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 23 Jul 2026 18:29:53 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 325fec3..0d430c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,10 +17,14 @@ jobs: - 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: Setup pnpm uses: pnpm/action-setup@v4 - - name: Install dependencies run: pnpm install