diff --git a/.drone.yml b/.drone.yml index ad692d2..a7c8156 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,7 @@ steps: - git submodule update - cd brainsteam - hugo - - pwd - - cd ../ - - git fetch public && git checkout public + - git fetch origin public && git checkout public - cd ../ && mv brainsteam/public/* . - rm -rf brainsteam/ - name: hugo_publish