add another ls for debug...sigh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-05-14 10:32:51 -07:00
parent 60f41e1899
commit 29cff6f7ae

View File

@ -13,6 +13,7 @@ steps:
- npm install - npm install
- npm run build - npm run build
- apt-get update && apt-get install -y rsync - apt-get update && apt-get install -y rsync
- ls -al mattrbld-site
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git - rsync -uavh _site/ $REPOSITORY --delete --exclude .git
- cd $REPOSITORY - cd $REPOSITORY
- ls -al - ls -al