diff --git a/.drone.yml b/.drone.yml index 1f84fcd..e75516b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,6 @@ volumes: - name: vuepress_output host: path: /var/lib/drone/vuepress_output - steps: - name: build-vuepress image: node:20.16.0 @@ -21,4 +20,4 @@ steps: commands: - cd /drone/src - npm install - - npm run docs:build + - npm run docs:build \ No newline at end of file