From e9619236887c4c692fc9fe69d531e51034229e44 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Mon, 5 Aug 2024 17:52:22 -0300 Subject: [PATCH] fix makefile cp --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 04bb878..1cf9ce8 100755 --- a/makefile +++ b/makefile @@ -16,8 +16,7 @@ SERVE_FLAGS = -H 0.0.0.0 -P 33002 all: build deploy: build - sg www-data -c "cp -R _site ${DEST_PATH}" - # sg www-data -c "chmod -R 775 ${DEST_PATH}" + sg www-data -c "cp -RTv _site ${DEST_PATH}" build: ${JEKYLL_CMD} build --trace