Skip to content

Commit f259ee4

Browse files
committed
adjusted working directory inside build_antora.sh
1 parent 3392f1a commit f259ee4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/build_antora.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ if [ $# -eq 0 ]
1919
PLAYBOOK=$1
2020
fi
2121

22+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
23+
cd "$SCRIPT_DIR"
24+
2225
echo "Building documentation with Antora..."
2326
echo "Installing npm dependencies..."
2427
npm ci

0 commit comments

Comments
 (0)