From 64a386c8da7822ed7d2dfff3af4c038efb61e444 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:39:57 -0700 Subject: [PATCH] recurse submodules pull? --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7f750a0..6dd18d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: - npm run build - apt-get update && apt-get install -y rsync - ls -al + - git pull --recurse-submodules - git submodule update --remote - ls -al mattrbld-site - rsync -uavh _site/ $REPOSITORY --delete --exclude .git