From 35bb673049336c0f4208b83de1e6659261e9b7ef Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 11 Sep 2021 15:04:10 -0300 Subject: [PATCH] docs: install lunr Signed-off-by: Carlos Alexandro Becker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52057ce5f..08ac5a7f0 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ serve: vercel: yum install -y jq - pip install mkdocs-material mkdocs-minify-plugin + pip install mkdocs-material mkdocs-minify-plugin lunr ./scripts/get-releases.sh (cd www && mkdocs build)