From 95f06cc9dedec32d6a3e636333001479f6b2dfbd Mon Sep 17 00:00:00 2001 From: James Devine Date: Thu, 14 May 2026 21:17:13 +0100 Subject: [PATCH] fix(ci): move docs deploy workflow to top-level .github/workflows GitHub only recognizes workflows under the repository root's .github/workflows/ directory. The deploy-docs.yml was nested inside docs-site/.github/workflows/ which GitHub ignores. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- {docs-site/.github => .github}/workflows/deploy-docs.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {docs-site/.github => .github}/workflows/deploy-docs.yml (100%) diff --git a/docs-site/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml similarity index 100% rename from docs-site/.github/workflows/deploy-docs.yml rename to .github/workflows/deploy-docs.yml