parent
c468c0fd17
commit
10e3ce5939
@ -21,4 +21,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Copy built site to host folder
|
- name: Copy built site to host folder
|
||||||
run: mdkir /www/work.suroh.tk && cp -r _site /www/work.suroh.tk
|
run: mkdir /www/work.suroh.tk && cp -r _site /www/work.suroh.tk
|
||||||
|
|
||||||
|
- name: Set ownership to www-data
|
||||||
|
run: chown -R www-data /www/work.suroh.tk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user