更新 .gitea/workflows/dev.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m55s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m55s
This commit is contained in:
parent
de569eb59a
commit
0b192801ab
@ -17,7 +17,7 @@ jobs:
|
|||||||
run: pnpm build:antd
|
run: pnpm build:antd
|
||||||
- name: cp
|
- 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
|
run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\property" -Recurse -Force -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user