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