some debug stuff
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-05-14 11:19:26 -07:00
parent 71eec20b60
commit d0d9725807

View File

@ -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