Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit b44042c

Browse files
committed
make: Add a make docs synonym for make build
1 parent a2f95f3 commit b44042c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ tail: ## Tail logs from the docker-compose stack
5555
build: ## Build static site
5656
docker compose exec portal \
5757
poetry run mkdocs --verbose build
58-
.PHONY: tail
58+
.PHONY: build
59+
docs: build
60+
.PHONY: docs
5961

6062
clean: ## Clean up Docker images and containers
6163
yes | docker image prune

0 commit comments

Comments
 (0)