mirror of https://github.com/MISP/misp-book
chg: [honkit] fixes
parent
3a2433a156
commit
54f9a709bc
|
@ -11,19 +11,19 @@ jobs:
|
||||||
- name: Install honkit
|
- name: Install honkit
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y install libgif-dev calibre npm nodejs
|
sudo apt-get -y install libgif-dev calibre npm nodejs
|
||||||
sudo npm config set strict-ssl false
|
sudo npm config set strict-ssl false
|
||||||
sudo npm cache clean -f
|
sudo npm cache clean -f
|
||||||
sudo npm install -g n
|
sudo npm install -g n
|
||||||
sudo n stable
|
sudo n stable
|
||||||
sudo npm update -g
|
sudo npm update -g
|
||||||
npm install honkit --save-dev
|
npm install honkit --save-dev
|
||||||
npm install gitbook-plugin-github
|
npm install gitbook-plugin-github
|
||||||
npm install gitbook-plugin-atoc
|
npm install gitbook-plugin-atoc
|
||||||
npm install gitbook-plugin-anchors
|
npm install gitbook-plugin-anchors
|
||||||
npm install gitbook-plugin-image-class
|
npm install gitbook-plugin-image-class
|
||||||
npm install gitbook-plugin-codesnippet
|
npm install gitbook-plugin-codesnippet
|
||||||
npm install gitbook-plugin-last-modified
|
npm install gitbook-plugin-last-modified
|
||||||
npm install gitbook-plugin-sitemap
|
npm install gitbook-plugin-sitemap
|
||||||
npm install gitbook-plugin-advanced-emoji
|
npm install gitbook-plugin-advanced-emoji
|
||||||
npm install gitbook-plugin-image-class
|
npm install gitbook-plugin-image-class
|
||||||
npx honkit build
|
npx honkit build
|
||||||
|
|
Loading…
Reference in New Issue