remove admonish commands for the moment

This commit is contained in:
mfahampshire
2023-11-28 09:52:14 +01:00
parent 651d2fa513
commit 2d71e100c8
+11 -11
View File
@@ -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