diff --git a/.drone.yml b/.drone.yml index 9177140..9403378 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/ - - cp -Tr new_files/* . + - cp -Tr new_files/ ./ - name: hugo_publish #image: alpine:3.12.3 image: appleboy/drone-git-push