diff --git a/.drone.yml b/.drone.yml index 90b12c7..7c745e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: - name: rebuild documentation image: node:12 commands: - - git rm -rf ${DRONE_REPO_NAME}/docs + - rm -rf docs - npm run docs - name: commit documentation