missed recursive flag on copy

This commit is contained in:
suroh 2024-02-02 15:55:45 +01:00
parent 3b6ee68a11
commit 057c3a48d3

@ -21,4 +21,4 @@ jobs:
run: npm run build
- name: Copy built site to host folder
run: cp _site /www/work.suroh.tk
run: cp -r _site /www/work.suroh.tk