More netlify tweaks

This commit is contained in:
Cian Hughes
2023-11-10 17:12:09 +00:00
parent 1cd6b1fc53
commit 06250375c0

View File

@@ -1,8 +1,6 @@
[build]
publish = "site"
command = """
restore_home_cache ".cache" "pip cache" &&
restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install -q poetry &&
poetry config virtualenvs.in-project true &&
poetry install -v &&