fixed bash to copy directory contents

This commit is contained in:
suroh 2024-02-02 17:14:49 +01:00
parent 76f49fe30b
commit 10d66857e4

@ -27,4 +27,4 @@ jobs:
run: if [ ! -d /www/work.suroh.tk ]; then mkdir /www/work.suroh.tk; fi
- name: Copy built website
run: cp -r _site /www/work.suroh.tk
run: cp -r _site/* /www/work.suroh.tk/