更新 .drone.yml
Some checks reported errors
部署文档 / deploy-gh-pages (push) Waiting to run
continuous-integration/drone Build encountered an error

This commit is contained in:
罗佳鸿 2024-08-13 07:08:50 +00:00
parent a851123316
commit 1c01f41663

View File

@ -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"