Skip to content

Commit dd672ab

Browse files
jll63Copilot
andauthored
Update doc/build_antora.sh
Co-authored-by: Copilot <[email protected]>
1 parent 5b6b513 commit dd672ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build_antora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ elif [ -n "${GITHUB_REPOSITORY:-}" ]; then
3434
sha=${GITHUB_SHA}
3535
fi
3636

37-
if [ -n "${repository}" ] && -n "${sha}" ]; then
37+
if [ -n "${repository}" ] && [ -n "${sha}" ]; then
3838
base_url="https://github.com/${repository}/blob/${sha}"
3939
echo "Setting base-url to $base_url"
4040
cp mrdocs.yml mrdocs.yml.bak

0 commit comments

Comments
 (0)