spelling mistake
work.suroh.tk deploy / build-deploy (push) Failing after 25s Details

This commit is contained in:
suroh 2024-02-02 15:59:40 +01:00
parent c468c0fd17
commit 10e3ce5939
1 changed files with 4 additions and 1 deletions

View File

@ -21,4 +21,7 @@ jobs:
run: npm run build
- 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