.codechina-ci.yml 246 字节
Newer Older
Miykael_xxm's avatar
Miykael_xxm 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
image: node:12.18.3

pages:
 cache:
   paths:
   - node_modules/

 script:
 - yarn install # npm install
 - yarn add -D vuepress # npm install -D vuepress
 - yarn docs:build # npm run docs:build
 artifacts:
   paths:
   - public
 only:
 - master