2016-04-11 13:08:59 +02:00
|
|
|
language: node_js
|
2017-07-23 07:56:37 +02:00
|
|
|
node_js:
|
2021-02-28 10:46:11 +01:00
|
|
|
- "14"
|
2016-04-11 13:08:59 +02:00
|
|
|
|
|
|
|
dist: trusty
|
|
|
|
|
|
|
|
sudo: required
|
|
|
|
|
|
|
|
install:
|
2017-07-22 22:38:36 +02:00
|
|
|
- sudo apt-get -y install libgif-dev calibre npm
|
2018-09-07 15:09:41 +02:00
|
|
|
- sudo npm config set strict-ssl false
|
2017-07-22 22:43:06 +02:00
|
|
|
- sudo npm cache clean -f
|
2017-07-22 22:35:46 +02:00
|
|
|
- sudo npm install -g n
|
2017-07-22 22:31:06 +02:00
|
|
|
- sudo n stable
|
2017-07-22 22:50:15 +02:00
|
|
|
- sudo npm update -g
|
2021-02-28 10:40:47 +01:00
|
|
|
- npm install honkit
|
2016-04-11 13:08:59 +02:00
|
|
|
- npm install gitbook-plugin-github
|
|
|
|
- npm install gitbook-plugin-toc
|
2016-04-25 11:05:40 +02:00
|
|
|
- npm install gitbook-plugin-anchors
|
2018-09-07 15:09:41 +02:00
|
|
|
- npm install gitbook-plugin-image-class
|
2021-02-28 10:40:47 +01:00
|
|
|
- npm install gitbook-plugin-codesnippet
|
2021-02-28 10:52:55 +01:00
|
|
|
- npm install gitbook-plugin-last-modified
|
2021-02-28 11:20:32 +01:00
|
|
|
- npm install gitbook-plugin-sitemap
|
2021-02-28 11:51:11 +01:00
|
|
|
- npm install gitbook-plugin-advanced-emoji
|
|
|
|
- npm install gitbook-plugin-image-class
|
2016-04-11 13:08:59 +02:00
|
|
|
|
|
|
|
script:
|
2021-02-28 10:46:11 +01:00
|
|
|
- npm install honkit
|
2021-02-28 10:40:47 +01:00
|
|
|
- npx honkit build
|