更新 .drone.yml
This commit is contained in:
parent
a851123316
commit
1c01f41663
|
|
@ -27,4 +27,6 @@ steps:
|
|||
commands:
|
||||
- cd /drone/src
|
||||
- npm install -g vuepress
|
||||
- npm run docs:dev # 启动 VuePress 开发服务器
|
||||
- npm run docs:dev
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
|
|
|||
Loading…
Reference in New Issue