From fe4b39ac97520b3f0d7e3da31ac6683c75ac15d1 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 2 Feb 2026 10:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/research?= =?UTF-8?q?=5Fbuild=5Fmanual.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/research_build_manual.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/research_build_manual.yaml b/.gitea/workflows/research_build_manual.yaml index 2bb00c08..f9c0256c 100644 --- a/.gitea/workflows/research_build_manual.yaml +++ b/.gitea/workflows/research_build_manual.yaml @@ -10,7 +10,7 @@ jobs: matrix: node-version: [ 18.18.0 ] env: - REMOTE_DEPLOY_PATH: /workspace/workspace_aida/DevelopVersion/develop-aida-web-front + REMOTE_DEPLOY_PATH: /workspace/workspace_aida/Research/research-aida-web-front steps: - name: 0.记录开始时间 @@ -20,7 +20,7 @@ jobs: - name: 1.检出代码 uses: actions/checkout@v4 with: - ref: dev_vite + ref: research - name: 2.设置 Node.js 环境 uses: actions/setup-node@v6