diff --git a/.drone.yml b/.drone.yml index b214e21..9331408 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: - git submodule update --remote --init --merge - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY + - ls -al - git checkout main - git config --global --add safe.directory /drone/src/$REPOSITORY - git add -A