ok there's no -u flag
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-05-14 10:42:41 -07:00
parent 115a92024c
commit 55bf306a4a

View File

@ -13,7 +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
- git pull --recurse-submodules -u origin main - git pull --recurse-submodules --set-upstream origin main
- git submodule update --remote --recursive - git submodule update --remote --recursive
- ls -al $REPOSITORY - ls -al $REPOSITORY
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git - rsync -uavh _site/ $REPOSITORY --delete --exclude .git