Files
chat-one-web/.gitea/workflows/ci.yml
alboped d179cd53be
All checks were successful
CI / build (push) Successful in 2m17s
ci: 调用 platform/workflow 公共工作流并精简注释
ui: 首页对齐 DeepSeek 式布局(侧栏、消息气泡、思考折叠、输入区胶囊与发送按钮)
Made-with: Cursor
2026-04-12 21:24:12 +08:00

23 lines
535 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 业务 CI触发公共工作流
name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: platform/workflow/.gitea/workflows/web-spa-deploy.yml@main
with:
node_version: "22.14.0" # Node 完整 semver
yarn_version: "1.22.22" # Yarn 1
project_dir: "chat-one-web" # 远端目录 = $DEPLOY_PATH/本字段
secrets: inherit # 传入 SSH_PRIVATE_KEY