From 7ca0f63f992b9c7b1066b37d154c223029d6e9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E4=BD=B3=E9=B8=BF?= <2446434034@qq.com> Date: Sat, 17 Aug 2024 08:33:27 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2081be4..10e1506 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,9 +15,9 @@ steps: image: node:20.16.0 volumes: - name: node_modules - path: /var/lib/drone/src/node_modules + path: /drone/src/node_modules - name: vuepress_output - path: /var/lib/drone/src/docs/.vuepress/dist + path: /drone/src/docs/.vuepress/dist commands: - cd /drone/src - npm install