更新 .gitea/workflows/research_build_manual.yaml
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
node-version: [ 18.18.0 ]
|
node-version: [ 18.18.0 ]
|
||||||
env:
|
env:
|
||||||
REMOTE_DEPLOY_PATH: /workspace/workspace_aida/DevelopVersion/develop-aida-web-front
|
REMOTE_DEPLOY_PATH: /workspace/workspace_aida/Research/research-aida-web-front
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 0.记录开始时间
|
- name: 0.记录开始时间
|
||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: 1.检出代码
|
- name: 1.检出代码
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: dev_vite
|
ref: research
|
||||||
|
|
||||||
- name: 2.设置 Node.js 环境
|
- name: 2.设置 Node.js 环境
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user