diff --git a/.drone.yml b/.drone.yml index 84593cd..6436fbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - apt-get update && apt-get install -y rsync - ls -al - ls -al mattrbld-site + - git submodule update --remote - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al