Skip to content

Commit

Permalink
DXCDT-271: Move bundle install out of make docs and into docs-start (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught authored Dec 16, 2022
1 parent 2673c23 commit 00ebaf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00ebaf5

Please sign in to comment.