Add Windows Support for building doc (#1447)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-10-05 12:02:30 +03:00
committed by GitHub
parent 0aaf973b48
commit 499dab3f91
4 changed files with 52 additions and 9 deletions

View File

@@ -10,7 +10,6 @@
#!/bin/bash
CURRENT_DIR=$(pwd)
# Checking for Redoc CLI and npm
@@ -19,8 +18,6 @@ npx @redocly/cli --version > /dev/null 2>&1
if [ $? != 0 ]; then
echo "[ERROR] Redoc CLI is not installed! Please make suer to install it before trying again."
exit 1
else
echo "[INFO] Redoc CLI is already installed."
fi
# Execute the npx command