Files
chat-one-web/.gitea/workflows/ci.yml
alboped 70e1aa439f
All checks were successful
CI / build (push) Successful in 1m53s
ci: 更新公共ci脚本版本;新增ci参数;
2026-04-13 03:47:06 +08:00

25 lines
591 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调用 platform/workflow 可复用工作流(固定 tag 1.0,升级时改 @ 后缀并同步公共仓打 tag
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@1.0
with:
node_version: "22.14.0"
yarn_version: "1.22.22"
project_dir: "chat-one-web"
build_script: "yarn build"
build_output_dir: "dist"
secrets: inherit