Fixed pipeline mkdir if already exists.
This commit is contained in:
parent
1c385c4ac4
commit
5f606bd3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -31,4 +31,4 @@ jobs:
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
-
|
-
|
||||||
name: Copy files to public folder
|
name: Copy files to public folder
|
||||||
run: mkdir /usr/share/nginx/static/fpv; cp -rf public/* /usr/share/nginx/static/fpv
|
run: mkdir -p /usr/share/nginx/static/fpv; cp -rf public/* /usr/share/nginx/static/fpv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue