recurse submodules pull?
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-05-14 10:39:57 -07:00
parent 98589550e3
commit 64a386c8da

View File

@ -14,6 +14,7 @@ steps:
- npm run build
- apt-get update && apt-get install -y rsync
- ls -al
- git pull --recurse-submodules
- git submodule update --remote
- ls -al mattrbld-site
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git