spelling mistake

This commit is contained in:
suroh 2024-02-02 15:59:40 +01:00
parent c468c0fd17
commit 10e3ce5939

@ -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