set upstream dear god
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-05-14 10:41:45 -07:00
parent 64a386c8da
commit 115a92024c

View File

@ -13,10 +13,9 @@ 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 - git pull --recurse-submodules -u origin main
- git pull --recurse-submodules - git submodule update --remote --recursive
- git submodule update --remote - ls -al $REPOSITORY
- 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