fixed bash to copy directory contents
work.suroh.tk deploy / build-deploy (push) Successful in 20s Details

This commit is contained in:
suroh 2024-02-02 17:14:49 +01:00
parent 76f49fe30b
commit 10d66857e4
1 changed files with 1 additions and 1 deletions

View File

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