diff --git a/netlify.toml b/netlify.toml index 687d24800a3c..0b3c42a1eec2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,7 @@ [build] publish = "docs/site/" command = """ -pip3 install -q poetry && -poetry config virtualenvs.in-project true && -poetry install && -poetry run mkdocs build +pip3 install mkdocs-material && +cd docs && +mkdocs build """ \ No newline at end of file