From 468df1157e393f6a886f70a2e4454a38038ab690 Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Tue, 10 Sep 2024 19:45:58 -0300 Subject: [PATCH] [TEMP] Use url enabled antora playbook --- ci_boost_release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)