From 7b61a2f1f560f5fb54964e13c588215f35e6fa25 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 24 Oct 2023 12:02:01 +0200 Subject: [PATCH] Added documentation chat bot (experimental) --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0e9b17cd086..ccdc5878f0c 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