更新 .gitea/workflows/dev.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m55s

This commit is contained in:
bichangxiong 2025-06-25 16:37:37 +08:00
parent de569eb59a
commit 0b192801ab

View File

@ -17,7 +17,7 @@ jobs:
run: pnpm build:antd
- name: cp
# 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
run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\property" -Recurse -Force -ErrorAction SilentlyContinue