From 24663cd2e52aa0c8564eb5e3998216d892a0af21 Mon Sep 17 00:00:00 2001 From: Alexander Babai Date: Sat, 30 Jun 2018 00:35:06 +0300 Subject: [PATCH] fix(make): algolia env (#159) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 111a8fee1..28f244400 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ export HTMLTEST_CONFIG ?= .htmltest.yml export ALGOLIA_INDEX_FILE ?= $(HUGO_PUBLISH_DIR)/index.algolia.json export ALGOLIA_INDEX_NAME ?= dev export ALGOLIA_APP_ID ?= docs -export ALGOLIA_ADMIN_KEY =? +export ALGOLIA_ADMIN_KEY ?= export ASCIINEMA_VERSION ?= 2.6.1