From 2d71e100c88a7b736e4961ec6cb514e1acb4af77 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 28 Nov 2023 09:52:14 +0100 Subject: [PATCH] remove admonish commands for the moment --- documentation/install_mdbook_deps.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/documentation/install_mdbook_deps.sh b/documentation/install_mdbook_deps.sh index 0959671b9c..87baf6cb4a 100755 --- a/documentation/install_mdbook_deps.sh +++ b/documentation/install_mdbook_deps.sh @@ -24,17 +24,17 @@ install_mdbook_deps() { done # mdbook-admonish config - if [ $(pwd | awk -F/ '{print $NF}') != "documentation" ]; then - printf "not in documentation/ - changing dir but something isn't right in the workflow file" - cd documentation/ - mdbook-admonish install dev-portal - mdbook-admonish install docs - mdbook-admonish install operators - else - mdbook-admonish install dev-portal - mdbook-admonish install docs - mdbook-admonish install operators - fi +# if [ $(pwd | awk -F/ '{print $NF}') != "documentation" ]; then +# printf "not in documentation/ - changing dir but something isn't right in the workflow file" +# cd documentation/ +# mdbook-admonish install dev-portal +# mdbook-admonish install docs +# mdbook-admonish install operators +# else +# mdbook-admonish install dev-portal +# mdbook-admonish install docs +# mdbook-admonish install operators +# fi } # uninstall mdbook + plugins