From c445a309b0a05af8766f7caefb781cea4c43ac6a73e57c7104d3408c0159f488 Mon Sep 17 00:00:00 2001 From: Justin Wheeler Date: Tue, 10 Feb 2026 17:03:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20site.yml:=20Remove=20start=5Fpat?= =?UTF-8?q?h=20to=20fix=20build=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes the `start_path` parameter from the `site.yml` Antora config file, because it is simply not needed anymore! In the previous repository structure, the docs were in a `docs/` directory in the root folder, but now, the Antora tree is in the root directory of this dedicated `commops/docs` repository. I realized this change needed to be made while I was trying to build the docs locally, and the script gave me an error that it could not find the source content. Signed-off-by: Justin Wheeler --- site.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/site.yml b/site.yml index 26eecba..16c53d4 100644 --- a/site.yml +++ b/site.yml @@ -5,7 +5,6 @@ content: sources: - url: . branches: HEAD - start_path: docs ui: bundle: url: https://gitlab.com/fedora/docs/docs-website/ui-bundle/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable