From beafa18c20368a3abb340a307c74269b4355d683 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 11:20:51 -0700 Subject: [PATCH] more debug --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 192669a..9e2354b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: - git submodule update --remote --init --merge - ls -al _site - cat _site/index.html | grep built + - cat mattrbld-site/index.html | grep built - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al