We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997da1e commit 7b61a2fCopy full SHA for 7b61a2f
1 file changed
.github/workflows/documentation.yml
@@ -85,6 +85,7 @@ jobs:
85
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
86
pip install -e mkdocs-material-insiders
87
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
88
+ echo 'extra_javascript: [${{ vars.CHAT_CLIENT_URL }}]' >> mkdocs.yml
89
rm -rf material
90
cp -r mkdocs-material-insiders/material material
91
0 commit comments