From 5a174e028d23a016efb026df68aa692aadbee8bb Mon Sep 17 00:00:00 2001 From: Dhruv Sharma Date: Fri, 10 Jul 2026 23:39:33 +0530 Subject: [PATCH] Add DOCS_ASSISTANT_API_URL to the Pages build --- .github/workflows/deploy-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index c232ad245..72a265699 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -50,6 +50,9 @@ jobs: python -m pip install -r requirements.txt - name: Build site + env: + # chat widget endpoint; unset => widget hidden + DOCS_ASSISTANT_API_URL: ${{ vars.DOCS_ASSISTANT_API_URL }} run: mkdocs build --strict -d site - name: Generate client-side redirect stubs (GH Pages has no server-side 301s)