mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-23 14:42:02 +00:00
tweaked build command to resolve deployment error
This commit is contained in:
@@ -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
|
||||
"""
|
||||
Reference in New Issue
Block a user