diff --git a/publish.sh b/publish.sh index 816a48c..b4744b5 100755 --- a/publish.sh +++ b/publish.sh @@ -9,7 +9,7 @@ then else nix shell nixpkgs#gnumake nixpkgs#libxml2 -c /bin/sh -c "cd issues && make" fi -rclone sync -v --size-only \ +rclone sync -L -v --size-only \ --sftp-set-modtime=false \ --sftp-disable-hashcheck=true \ --sftp-disable-concurrent-writes=true \