From 29cff6f7aef06e949030be076dfef43b70f9e885 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:32:51 -0700 Subject: [PATCH] add another ls for debug...sigh --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 75ab747..c4a5135 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - npm install - npm run build - apt-get update && apt-get install -y rsync + - ls -al mattrbld-site - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al