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 4f94f1b commit bb38bceCopy full SHA for bb38bce
build.sh
@@ -27,7 +27,7 @@ HTML_SOURCE=${HTML_SOURCE:-}
27
HTML_CACHE=${HTML_CACHE:-$DIR/.cache}
28
HTML_TEMP=${HTML_TEMP:-$DIR/.temp}
29
HTML_OUTPUT=${HTML_OUTPUT:-$DIR/output}
30
-HTML_GIT_CLONE_OPTIONS=${HTML_GIT_CLONE_OPTIONS:-"--depth=1"}
+HTML_GIT_CLONE_OPTIONS=${HTML_GIT_CLONE_OPTIONS:-"--depth=2"}
31
32
# These are used by child scripts, and so we export them
33
export HTML_CACHE
0 commit comments