diff --git a/.drone.yml b/.drone.yml index a0e20cf..03153f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: build image: pandoc/core:latest commands: - - ./build.sh + - cd /drone/src && ./build.sh - mv _site /var/www/ when: