build: fix Makefile docs target

This commit is contained in:
psychedelicious 2024-09-22 16:54:36 +10:00 committed by Kent Keirsey
parent be96fc0157
commit 000902d59e

View File

@ -77,5 +77,6 @@ openapi:
python scripts/generate_openapi_schema.py
# Serve the mkdocs site w/ live reload
.PHONY: docs
docs:
mkdocs serve