chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s

This commit is contained in:
lzh
2025-12-23 14:09:26 +08:00
parent b34973ca92
commit e508bd692d
4 changed files with 124 additions and 4 deletions

View File

@@ -54,7 +54,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "💾 Committing changes..."
# 使用 --no-verify 跳过 pre-commit hooks避免检查大量构建产物文件
git commit --no-verify -m "chore: build and deploy web-antd [skip ci]" || true
# 注意:不要使用 [skip ci],否则 CI/CD 不会触发
git commit --no-verify -m "chore: build and deploy web-antd" || true
echo "📤 Pushing to repository..."
git push origin master