From b096ac4ee37240f92fc1fcb769bd67ffa00d6763 Mon Sep 17 00:00:00 2001 From: root <834207172@qq.com> Date: Sat, 11 Apr 2026 14:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/.gitlab-c?= =?UTF-8?q?i.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/.gitlab-ci.yml b/.gitea/workflows/.gitlab-ci.yml index 37de403..604f700 100644 --- a/.gitea/workflows/.gitlab-ci.yml +++ b/.gitea/workflows/.gitlab-ci.yml @@ -48,6 +48,8 @@ jobs: with: fetch-depth: 1 # 只拉取最新提交,不拉历史 single-branch: true # 只拉取当前分支 + sparse-checkout: Assets/${{ matrix.module }} # 关键:只拉这个目录 + sparse-checkout-cone-mode: false # 关键:关闭 cone 模式(更精确) - name: Setup Node.js run: | ln -sf /srv/18-alpine/bin/node /usr/bin/node