added directory creation in copy
work.suroh.tk deploy / build-deploy (push) Failing after 20s
Details
work.suroh.tk deploy / build-deploy (push) Failing after 20s
Details
This commit is contained in:
parent
057c3a48d3
commit
c468c0fd17
|
@ -21,4 +21,4 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Copy built site to host folder
|
- name: Copy built site to host folder
|
||||||
run: cp -r _site /www/work.suroh.tk
|
run: mdkir /www/work.suroh.tk && cp -r _site /www/work.suroh.tk
|
||||||
|
|
Loading…
Reference in New Issue