Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 394 Bytes

howToPublish.md

File metadata and controls

29 lines (24 loc) · 394 Bytes

月报如何发布在github-page

此文档仅用于月刊编辑群中的成员

安装必要依赖

npm install gitbook-cli -g
npm install

本地测试

npm run server

生成pdf

npm run pdf

发布到线上

npm run publish

看到以下输出则为成功

Publish SUCCESS!

已添加持续集成,无需手动发布