提交 f46bc99a 编写于 作者: W wizardforcel

2019-06-27 21:58:57

上级 6983eb79
image: node:7
before_script:
- apt update
- apt install imagemagick
- apt install pngquant-bin
- npm install -g pngquant-bin
- npm install sync-request
- npm install cheerio
- npm install gen-epub@git+https://github.com/258ch/gen-epub
......
......@@ -2,7 +2,8 @@
npm install sync-request
npm install cheerio
npm install gen-epub@git+https://github.com/258ch/gen-epub
需要 Image Magick 和 pngquant
apt install imagemagick
apt install pngquant
*/
var request_ = require('sync-request')
......
git add -A
git commit -am "$(date "+%Y-%m-%d %H:%M:%S")"
git push
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册