fixed bash formatting
work.suroh.tk deploy / build-deploy (push) Successful in 21s
Details
work.suroh.tk deploy / build-deploy (push) Successful in 21s
Details
This commit is contained in:
parent
513b4f2f67
commit
76f49fe30b
|
@ -24,9 +24,7 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Create folder if needed
|
- name: Create folder if needed
|
||||||
run: if [ ! -d /www/work.suroh.tk ]; then
|
run: if [ ! -d /www/work.suroh.tk ]; then mkdir /www/work.suroh.tk; fi
|
||||||
mkdir /www/work.suroh.tk
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Copy built website
|
- 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