cicd
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m47s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m47s
This commit is contained in:
parent
97a0417d50
commit
de569eb59a
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user