From 5fd1492858d7e608b2dbce655bfcae48193603ae 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 b4eb52b..e399dfd 100644 --- a/ci_boost_release.py +++ b/ci_boost_release.py @@ -632,8 +632,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)