diff --git a/docs/Makefile b/docs/Makefile index 1a2b63f..b3cb1e9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -29,6 +29,9 @@ setupenv: .PHONY: setup setup: $(POETRY) install + +.PHONY: update +update: $(POETRY) update # Clean commands