tweaked build command to resolve deployment error

This commit is contained in:
Cian Hughes
2023-11-10 13:00:11 +00:00
parent 7fec6ae21c
commit a40cee634a

View File

@@ -5,6 +5,6 @@ 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 &&
mkdocs build -d site
poetry install -v
poetry run build
"""