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

@@ -57,7 +57,8 @@ if ($response -eq "y" -or $response -eq "Y") {
Write-Host "Committing changes..." -ForegroundColor Yellow
# 使用 --no-verify 跳过 pre-commit hooks避免检查大量构建产物文件
git commit --no-verify -m "chore: build and deploy web-antd [skip ci]" 2>&1 | Out-Null
# 注意:不要使用 [skip ci],否则 CI/CD 不会触发
git commit --no-verify -m "chore: build and deploy web-antd" 2>&1 | Out-Null
Write-Host "Pushing to repository..." -ForegroundColor Yellow
git push origin master