diff --git a/.drone.yml b/.drone.yml index 13a45ad..4f9a0c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,7 @@ steps: - name: build image: pandoc/core:latest commands: - - pwd - - cd /drone/src && ls -la && ./build.sh + - bash ./build.sh - mv _site /var/www/ when: