fixed bash to copy directory contents
work.suroh.tk deploy / build-deploy (push) Successful in 20s
Details
work.suroh.tk deploy / build-deploy (push) Successful in 20s
Details
This commit is contained in:
parent
76f49fe30b
commit
10d66857e4
|
@ -27,4 +27,4 @@ jobs:
|
|||
run: if [ ! -d /www/work.suroh.tk ]; then mkdir /www/work.suroh.tk; fi
|
||||
|
||||
- name: Copy built website
|
||||
run: cp -r _site /www/work.suroh.tk
|
||||
run: cp -r _site/* /www/work.suroh.tk/
|
||||
|
|
Loading…
Reference in New Issue