From cf78c3697310e7b40ef951c268dfa6cc6a9b57cd Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea Date: Fri, 16 Dec 2022 16:00:44 +0100 Subject: [PATCH] Move bundle install out of make docs and into docs-start --- 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