From 77f08ef81f6e993abe574379297cb98bb00a9144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Sat, 4 Nov 2023 20:30:07 +0100 Subject: [PATCH] Fix api_branch for single version --- make_help_scripts/deploy_defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_help_scripts/deploy_defines b/make_help_scripts/deploy_defines index ccfce22a341..174b6a6ef15 100755 --- a/make_help_scripts/deploy_defines +++ b/make_help_scripts/deploy_defines @@ -12,7 +12,7 @@ build_dir="_build" # definition single html # the branch from which the api is checked out and built -api_branch="master" +api_branch="humble" # definitions for multiversion # branches on which the temporary commits are created and which branch should be checked out in the subrepositories