From 52dedcb61570fc97234fd3a71c8462d09f8a16ff Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:49:37 -0700 Subject: [PATCH] sobmodules --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f23371b..c14e89f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,7 @@ steps: - npm install - npm run build - apt-get update && apt-get install -y rsync - - git pull --recurse-submodules --set-upstream origin main - - git submodule update --remote --recursive + - git submodule update --remote --init --recursive - ls -al $REPOSITORY - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY