diff --git a/docs/Makefile b/docs/Makefile index 726ccb2c66..164c18a7a9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -32,6 +32,9 @@ setupenv: .PHONY: setup setup: $(POETRY) install + +.PHONY: update +update: $(POETRY) update # Clean commands