From d0d97258072237aad7ea13dea05b67e1ecd8fd36 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 11:19:26 -0700 Subject: [PATCH] some debug stuff --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9331408..192669a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,8 @@ steps: - apt-get update && apt-get install -y rsync - git config credential.helper '!f() { echo username=inherentlee; echo "password=$GIT_TOKEN"; };f' - git submodule update --remote --init --merge + - ls -al _site + - cat _site/index.html | grep built - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al