更新 .drone.yml
This commit is contained in:
parent
237a3e742f
commit
7ca0f63f99
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue