fix makefile cp

This commit is contained in:
Carneiro 2024-08-05 17:52:22 -03:00
parent c21b68e717
commit 854faa68e0
1 changed files with 1 additions and 2 deletions

View File

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