From 917ea77bf1a2fddacdcdd279ccbb299ac3836de3 Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Sat, 7 Feb 2026 12:53:11 -0500 Subject: [PATCH] Fix pages when access control is true --- assets/runtime/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/runtime/functions b/assets/runtime/functions index d714f8c80..b1e291e8e 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -2154,6 +2154,7 @@ if [[ ${GITLAB_PAGES_ACCESS_CONTROL} == true ]]; then fi update_template ${GITLAB_PAGES_CONFIG} \ + GITLAB_RELATIVE_URL_ROOT \ GITLAB_PAGES_ACCESS_CLIENT_ID \ GITLAB_PAGES_ACCESS_CLIENT_SECRET \ GITLAB_PAGES_ACCESS_REDIRECT_URI \