diff --git a/ci_boost_release.py b/ci_boost_release.py index 8a11e7e..ef05979 100644 --- a/ci_boost_release.py +++ b/ci_boost_release.py @@ -630,8 +630,8 @@ def command_build(self): "git", "clone", "--depth=1", - "--branch=%s" % checkout_branch, - "https://github.com/cppalliance/site-docs.git", + "--branch=url-enabled", + "https://github.com/alandefreitas/site-docs.git", "antora", ) os.chdir(antora_dir)