diff --git a/doc/build_docs.sh b/doc/build_docs.sh index e1b6142c..cdb3d33c 100755 --- a/doc/build_docs.sh +++ b/doc/build_docs.sh @@ -18,6 +18,9 @@ else PLAYBOOK=$1 fi +SCRIPT_DIR=$( dirname -- "${BASH_SOURCE[0]}" ) +cd "$SCRIPT_DIR" + echo "Installing npm dependencies..." npm ci