mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-15 10:46:34 +00:00
Fix search
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
# that don't degrade for the open-source version
|
# that don't degrade for the open-source version
|
||||||
INHERIT: mkdocs.yml
|
INHERIT: mkdocs.yml
|
||||||
# disabled for now, since I'm not convinced social cards are better than default thumbnails
|
# disabled for now, since I'm not convinced social cards are better than default thumbnails
|
||||||
# plugins:
|
plugins:
|
||||||
# social: {}
|
social: {}
|
||||||
|
|||||||
1
runtime.txt
Normal file
1
runtime.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.8
|
||||||
@@ -13,7 +13,9 @@ then
|
|||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
mkdocs build -f mkdocs.yml
|
mkdocs build -f mkdocs.yml
|
||||||
else
|
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
|
mkdocs build -f mkdocs-insiders.yml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user