adjusted working directory inside build_antora.sh

This commit is contained in:
joaquintides
2025-10-22 19:26:12 +02:00
parent 3392f1a636
commit f259ee4c7e

View File

@@ -19,6 +19,9 @@ if [ $# -eq 0 ]
PLAYBOOK=$1
fi
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "$SCRIPT_DIR"
echo "Building documentation with Antora..."
echo "Installing npm dependencies..."
npm ci