Adjust build_docs.sh for invocation from an external directory (PR #97)

This commit is contained in:
joaquintides
2025-10-24 18:01:01 +02:00
committed by Gennaro Prota
parent 0622f6a59f
commit 354c63cb24

View File

@@ -18,6 +18,9 @@ else
PLAYBOOK=$1
fi
SCRIPT_DIR=$( dirname -- "${BASH_SOURCE[0]}" )
cd "$SCRIPT_DIR"
echo "Installing npm dependencies..."
npm ci