diff --git a/push.sh b/push.sh index e62a5b0..126ba78 100755 --- a/push.sh +++ b/push.sh @@ -1,6 +1,6 @@ #!/bin/fish -hugo +hugo --minify rsync -avz --delete public/ server-public:/srv/http/ \ --exclude={"/ytbn", "/hdr_plus/*.zip"}