diff --git a/.drone.yml b/.drone.yml index f23371b..c14e89f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,7 @@ steps: - npm install - npm run build - apt-get update && apt-get install -y rsync - - git pull --recurse-submodules --set-upstream origin main - - git submodule update --remote --recursive + - git submodule update --remote --init --recursive - ls -al $REPOSITORY - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY