Tweaked netlify config

This commit is contained in:
Cian Hughes
2023-11-10 17:08:46 +00:00
parent a83d1220fc
commit 1cd6b1fc53

View File

@@ -6,5 +6,5 @@ restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install -q poetry && pip3 install -q poetry &&
poetry config virtualenvs.in-project true && poetry config virtualenvs.in-project true &&
poetry install -v && poetry install -v &&
mkdocs build -d site poetry run mkdocs build -d site
""" """