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