spelling mistake
work.suroh.tk deploy / build-deploy (push) Failing after 25s
Details
work.suroh.tk deploy / build-deploy (push) Failing after 25s
Details
This commit is contained in:
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…
Reference in New Issue