diff --git a/.drone.yml b/.drone.yml index d15862e..c35146e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - git fetch origin public && git checkout public - cp -r brainsteam/public new_files - rm -rf brainsteam/ - - mv new_files/* . + - cp -r new_files/* -T . - name: hugo_publish #image: alpine:3.12.3 image: appleboy/drone-git-push