mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Fix search
This commit is contained in:
@@ -13,7 +13,9 @@ then
|
||||
pip install mkdocs-material
|
||||
mkdocs build -f mkdocs.yml
|
||||
else
|
||||
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||
# Bypass search issue described at https://github.com/squidfunk/mkdocs-material/issues/3053
|
||||
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||
pip install -e mkdocs-material-insiders
|
||||
mkdocs build -f mkdocs-insiders.yml
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user