From 1cd6b1fc53c8c42c9f38b94f63c8cb34b7c86f61 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 10 Nov 2023 17:08:46 +0000 Subject: [PATCH] Tweaked netlify config --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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