diff --git a/netlify.toml b/netlify.toml index 00471c69..9d43e92a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,8 @@ [build] - command = "pip3 install mkdocs" - command = "mkdocs build --config-file mkdocs.yml" + command = """ + pip3 install -q poetry && + mkdocs build --config-file mkdocs.yml + """ publish = "site" [build.environment]