We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6b513 commit dd672abCopy full SHA for dd672ab
doc/build_antora.sh
@@ -34,7 +34,7 @@ elif [ -n "${GITHUB_REPOSITORY:-}" ]; then
34
sha=${GITHUB_SHA}
35
fi
36
37
-if [ -n "${repository}" ] && -n "${sha}" ]; then
+if [ -n "${repository}" ] && [ -n "${sha}" ]; then
38
base_url="https://github.com/${repository}/blob/${sha}"
39
echo "Setting base-url to $base_url"
40
cp mrdocs.yml mrdocs.yml.bak
0 commit comments