From cb6cd79db4f940c0418fb53eb7b5e4928ff3a4f2 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 19 Jul 2026 02:50:33 +0200 Subject: [PATCH] Trigger PR deploy after central nav fix Add a non-functional config comment change to trigger a fresh pull_request merged run after the central Build-Site nav injection fix. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/zensical.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/zensical.toml b/.github/zensical.toml index 7a83281..6f0a6c2 100644 --- a/.github/zensical.toml +++ b/.github/zensical.toml @@ -1,4 +1,5 @@ # Navigation behavior is injected centrally by Process-PSModule Build-Site. +# This file remains repo-local for theme and docs metadata only. [project] site_name = "-{{ REPO_NAME }}-" repo_name = "-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-"