From 00ebaf5f060e09139d9ddca6322602c68f5c3a02 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:23:15 +0100 Subject: [PATCH] DXCDT-271: Move bundle install out of make docs and into docs-start (#562) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 43692b51e..827be27e8 100644 --- a/Makefile +++ b/Makefile @@ -76,10 +76,9 @@ $(GO_BIN)/auth0: docs: docs-clean ## Build the documentation @go run ./cmd/build_doc @mv ./docs/auth0.md ./docs/index.md - @cd docs && bundle install docs-start: ## Start the doc site locally for testing purposes - @cd docs && bundle exec jekyll serve + @cd docs && bundle install && bundle exec jekyll serve docs-clean: ## Remove the documentation @rm -f ./docs/auth0_*.md