Skip to content

Commit

Permalink
chore: fix makefile (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Jun 10, 2024
1 parent da68a50 commit d7e5881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ docs-deploy: ## Build and deploy the docs using 'mike'. Example: `make docs-depl
--build-arg GIT_USER_EMAIL="$(GIT_USER_EMAIL)" \
--build-arg GITHUB_ACTIONS=$(GITHUB_ACTIONS) \
--no-cache
docker run -t docs:$(VERSION) mike set-default $(VERSION)
docker run -t docs:$(VERSION) mike deploy --push --update-aliases $(VERSION) ${ALIAS}

docker run -t docs:$(VERSION) mike deploy $(VERSION) ${ALIAS} --update-aliases
docker run -t docs:$(VERSION) mike set-default $(ALIAS)
docker run -t docs:$(VERSION) mike deploy --push

.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 d7e5881

Please sign in to comment.