diff --git a/Makefile b/Makefile index 5a3bd79b..2f25e1f7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ docs-down: docs-deploy: docker compose run \ --rm \ - --user ${CURRENT_UID} + --user ${CURRENT_UID} \ documentation \ mkdocs build --verbose