From 917177da5b626e4b50fcfc460d4d0790c0187fda Mon Sep 17 00:00:00 2001 From: hay-kot Date: Wed, 4 Aug 2021 10:05:53 -0800 Subject: [PATCH] test-docs ci/cd --- netlify.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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