Skip to content

Commit 85b6bec

Browse files
JuliaMongomongodb-docs
andauthored
(DOCSP-19847) Guides Builds: Fix build warnings and make it possible to upload index files to S3 in make deploy (#167)
* (DOCSP-19847) Guides Builds: Fix build warnings and make it possible to upload index files to S3 * revert snooty.toml changes as they didn't help -- this is oldgen Co-authored-by: mongodb-docs <mongodb-docs@mongodbdocs-VirtualBox>
1 parent 6d41699 commit 85b6bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +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+
-b ${PRODUCTION_BUCKET} \
4546
-o ${PROJECT}-${GIT_BRANCH}.json \
4647
-u ${PRODUCTION_URL} \
4748
-g \

0 commit comments

Comments
 (0)