diff --git a/makefile b/makefile index c6d42f9..04bb878 100755 --- a/makefile +++ b/makefile @@ -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