cicd
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m47s

This commit is contained in:
mocheng 2025-06-25 16:25:03 +08:00
parent 97a0417d50
commit de569eb59a

View File

@ -16,7 +16,8 @@ jobs:
- name: Build
run: pnpm build:antd
- name: cp
run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E
# run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E
run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\propety" -Recurse -Force -ErrorAction SilentlyContinue