mirror of
https://github.com/boostorg/release-tools.git
synced 2026-02-19 14:42:19 +00:00
build_docs: conditionally install mermaid
This commit is contained in:
@@ -217,8 +217,9 @@ if [ "$skippackagesoption" != "yes" ]; then
|
||||
node --version
|
||||
npm --version
|
||||
npm install gulp-cli@2.3.0
|
||||
npm install @mermaid-js/mermaid-cli@10.5.1
|
||||
|
||||
if grep -r mermaid "$BOOST_SRC_FOLDER/doc/"; then
|
||||
npm install @mermaid-js/mermaid-cli@10.5.1
|
||||
fi
|
||||
|
||||
fi
|
||||
if [ "$typeoption" = "cppalv1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user