diff --git a/doc/protocol/generate-protocol-docs.sh b/doc/protocol/generate-protocol-docs.sh index 412feeb..029ff1b 100755 --- a/doc/protocol/generate-protocol-docs.sh +++ b/doc/protocol/generate-protocol-docs.sh @@ -63,7 +63,7 @@ if [[ -e "$SITEDIR" ]]; then echo "$SITEDIR already exists, updating" else hugo new site "$SITEDIR" - git clone --depth=50 https://github.com/McShelby/hugo-theme-relearn "$SITEDIR/themes/hugo-theme-relearn" + git clone https://github.com/McShelby/hugo-theme-relearn "$SITEDIR/themes/hugo-theme-relearn" pushd "$SITEDIR/themes/hugo-theme-relearn" > /dev/null || exit 1 git reset --hard $TEMPLATE_SHA popd > /dev/null || exit 1