From 909f2d5158cd0df7a623694da62b9ad877b6fc6f Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 23 Nov 2023 12:13:20 +0100 Subject: [PATCH] Enabled chatbot --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0e9b17cd0..ccdc5878f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -85,6 +85,7 @@ jobs: git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git pip install -e mkdocs-material-insiders cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml + echo 'extra_javascript: [${{ vars.CHAT_CLIENT_URL }}]' >> mkdocs.yml rm -rf material cp -r mkdocs-material-insiders/material material