remove chmod from deploy in make

This commit is contained in:
Carneiro 2024-08-05 17:10:29 -03:00
parent 115ad48457
commit f7c95183ad
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ 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 "chmod -R 775 ${DEST_PATH}"
build:
${JEKYLL_CMD} build --trace