From 116565af6b86b0919441b1b7bbb5651cecb9fe25 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:35:11 -0700 Subject: [PATCH] ANOTHER ls --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c4a5135..84593cd 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 - ls -al mattrbld-site - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY