From 351a5eafd57851c4fbd91e2df64f36470292feb0 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 18 Nov 2021 17:32:45 -0500 Subject: [PATCH] ci: pin svgexport for gitbook --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f59ff6b..3df1082 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ pages: - node_modules/ before_script: - apt-get update && apt-get install -y calibre calibre-bin libxss1 libasound2 - - npm install gitbook-cli@2.2.0 svgexport + - npm install gitbook-cli@2.2.0 svgexport@0.3.2 - npx gitbook fetch 3.2.3 - npx gitbook install script: