ANOTHER ls
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-05-14 10:35:11 -07:00
parent 29cff6f7ae
commit 116565af6b

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
- ls -al mattrbld-site - ls -al mattrbld-site
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git - rsync -uavh _site/ $REPOSITORY --delete --exclude .git
- cd $REPOSITORY - cd $REPOSITORY