From f007afc47fd7a93689bea50a5268eb21fc4bb7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Wed, 13 Sep 2023 11:58:12 +0200 Subject: [PATCH] fix opengraph because of missing logo --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \