Skip to content

Commit 87354c5

Browse files
committed
DOCSP-2845: Deploy search index as guides, not tutorials
1 parent 0d854cb commit 87354c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ deploy: build/public ## Deploy to the production bucket
4242
deploy-search-index: ## Update the search index for this branch
4343
@echo "Building search index"
4444
mut-index upload build/public \
45-
-o tutorials-${GIT_BRANCH}.json \
45+
-o ${PROJECT}-${GIT_BRANCH}.json \
4646
-u ${PRODUCTION_URL} \
4747
-g \
4848
-s \

0 commit comments

Comments
 (0)