diff --git a/docs/Makefile b/docs/Makefile index 332ecc8d5..477f4e189 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -25,9 +25,11 @@ setupenv: .PHONY: setup setup: $(POETRY) install - $(POETRY) update ./_utils/pre-build.sh +update: + $(POETRY) update + # Clean commands .PHONY: pristine pristine: clean