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