diff --git a/netlify.toml b/netlify.toml index 053ae6f..74e17c1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,5 +6,5 @@ restore_cwd_cache '.venv' 'python virtualenv' && pip3 install -q poetry && poetry config virtualenvs.in-project true && poetry install -v && -mkdocs build -d site +poetry run mkdocs build -d site """ \ No newline at end of file