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

This commit is contained in:
2026-05-14 10:49:37 -07:00
parent 55bf306a4a
commit 52dedcb615

View File

@ -13,8 +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 --set-upstream origin main - git submodule update --remote --init --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
- cd $REPOSITORY - cd $REPOSITORY