Skip to content

Commit

Permalink
Kylesomers/docs updates 8538 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Jun 25, 2024
1 parent 55130e7 commit 710c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docs-deploy: ## Build and deploy the docs using 'mike'. Example: `make docs-depl
--build-arg GITHUB_ACTIONS="$(GITHUB_ACTIONS)" \
--no-cache
docker run -t docs:$(VERSION) mike deploy $(VERSION) ${ALIAS} --update-aliases
docker run -t docs:$(VERSION) mike set-default $(ALIAS) --push
docker run -t docs:$(VERSION) mike set-default $(ALIAS) --push --allow-empty

.PHONY: docs-local-docker
docs-local-docker: ## Build and run the docs locally using docker and 'serve'. Example: `make docs-local-docker VERSION=v1.0.0`
Expand Down

0 comments on commit 710c4b0

Please sign in to comment.