From e3d34e9ba2b9b1a10c5888a1d67135de95173bd6 Mon Sep 17 00:00:00 2001 From: root <834207172@qq.com> Date: Sat, 11 Apr 2026 12:44:38 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/.gitlab-ci.yml b/.gitea/workflows/.gitlab-ci.yml index b32a7ff..bec79ff 100644 --- a/.gitea/workflows/.gitlab-ci.yml +++ b/.gitea/workflows/.gitlab-ci.yml @@ -48,6 +48,7 @@ jobs: with: fetch-depth: 1 # 只拉取最新提交,不拉历史 single-branch: true # 只拉取当前分支 + sparse-checkout: Assets/${{ matrix.module }} - name: Setup Node.js run: | ln -sf /srv/18-alpine/bin/node /usr/bin/node