From 857f2827408b926709c4259be555b4d97d243ee0 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:36:12 -0700 Subject: [PATCH] maybe a submodule update? --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 84593cd..6436fbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - apt-get update && apt-get install -y rsync - ls -al - ls -al mattrbld-site + - git submodule update --remote - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al