mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Fix search
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# that don't degrade for the open-source version
|
||||
INHERIT: mkdocs.yml
|
||||
# disabled for now, since I'm not convinced social cards are better than default thumbnails
|
||||
# plugins:
|
||||
# social: {}
|
||||
plugins:
|
||||
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
|
||||
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