From c3d2df36a99148ee49bbfab1c6afb19f6fc9ca45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E4=BD=B3=E9=B8=BF?= <2446434034@qq.com> Date: Thu, 22 Aug 2024 02:40:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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