From d6f81b796304e76b82b4d6768c8f274217abecf3 Mon Sep 17 00:00:00 2001 From: taoya7 Date: Mon, 16 May 2022 09:24:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca4c5d0..be273ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,8 @@ steps: - npm install -g nrm - nrm ls - nrm use taobao - - npm i - - npm run docs:build + - yarn + - yarn docs:build - name: 上传FTP image: cschlosser/drone-ftps @@ -26,4 +26,4 @@ steps: PLUGIN_SRC_DIR: /docs-dist PLUGIN_SECURE: false PLUGIN_VERIFY: false - PLUGIN_EXCLUDE: ^\.git/$ \ No newline at end of file + PLUGIN_EXCLUDE: ^\.git/$