diff --git a/.drone.yml b/.drone.yml index 192669a..9e2354b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: - git submodule update --remote --init --merge - ls -al _site - cat _site/index.html | grep built + - cat mattrbld-site/index.html | grep built - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al