From 3e7f95dc72caa4bccd25152bb74edc44b74cf7aa 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 02:58:38 +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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index c2f8e58..4413078 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,11 @@ volumes: path: /var/lib/drone/vuepress_output steps: + - name: check-source-directory + image: alpine:latest + commands: + - pwd + - name: build-vuepress image: node:20.16.0 volumes: @@ -23,10 +28,7 @@ steps: - npm install - npm run docs:build - - name: check-source-directory - image: alpine:latest - commands: - - ls -l /var/lib/drone/vuepress_output + - name: deploy image: alpine:latest