更新 .drone.yml
This commit is contained in:
parent
1460004b9b
commit
c3d2df36a9
|
|
@ -9,7 +9,6 @@ volumes:
|
||||||
- name: vuepress_output
|
- name: vuepress_output
|
||||||
host:
|
host:
|
||||||
path: /var/lib/drone/vuepress_output
|
path: /var/lib/drone/vuepress_output
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-vuepress
|
- name: build-vuepress
|
||||||
image: node:20.16.0
|
image: node:20.16.0
|
||||||
|
|
@ -21,4 +20,4 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src
|
- cd /drone/src
|
||||||
- npm install
|
- npm install
|
||||||
- npm run docs:build
|
- npm run docs:build
|
||||||
Loading…
Reference in New Issue