From c3ec3775e2c6f651d0154b26675db010bfe9ace7 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 1 Jun 2022 17:10:22 +0200 Subject: [PATCH] chg: [dbg] Workflow, split plugins --- .github/workflows/honkit.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/honkit.yml b/.github/workflows/honkit.yml index d2c77e9..d032aa7 100644 --- a/.github/workflows/honkit.yml +++ b/.github/workflows/honkit.yml @@ -14,15 +14,32 @@ jobs: sudo npm config set strict-ssl false sudo npm cache clean -f npm install honkit + - name: Install plugin-github + run: | npm install gitbook-plugin-github + - name: Install plugin-atoc + run: | npm install gitbook-plugin-atoc + - name: Install plugin-anchors + run: | npm install gitbook-plugin-anchors + - name: Install plugin-image-class + run: | npm install gitbook-plugin-image-class + - name: Install plugin-codesnippet + run: | npm install gitbook-plugin-codesnippet + - name: Install plugin-last-modified + run: | npm install gitbook-plugin-last-modified + - name: Install plugin-sitemap + run: | npm install gitbook-plugin-sitemap + - name: Install plugin-advanced-emoji + run: | npm install gitbook-plugin-advanced-emoji - npm install gitbook-plugin-image-class + - name: Run honkit + run: | ./node_modules/.bin/honkit parse --log debug ./node_modules/.bin/honkit -V --log debug ./node_modules/.bin/honkit build --log debug