From 55bf306a4abfea35d7b3ad4b55226ee833cbcfc0 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:42:41 -0700 Subject: [PATCH] ok there's no -u flag --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b790e3a..f23371b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - npm install - npm run build - apt-get update && apt-get install -y rsync - - git pull --recurse-submodules -u origin main + - git pull --recurse-submodules --set-upstream origin main - git submodule update --remote --recursive - ls -al $REPOSITORY - rsync -uavh _site/ $REPOSITORY --delete --exclude .git