diff --git a/.drone.yml b/.drone.yml index c7c3875..79bb43c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,9 @@ steps: - git submodule update - cd brainsteam - hugo - - cd ../ && mv brainsteam/public/* . + - cd ../ - git fetch origin public && git checkout public + - mv brainsteam/public/* . - rm -rf brainsteam/ - name: hugo_publish #image: alpine:3.12.3