diff --git a/.drone.yml b/.drone.yml index b746c50..fe71b3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"