mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 15:19:41 +02:00
set venv settings
This commit is contained in:
parent
5a190d31dc
commit
fe41875d8b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
publish = "docs/site/"
|
publish = "docs/site/"
|
||||||
command = """
|
command = """
|
||||||
pip3 install -q poetry &&
|
pip3 install -q poetry &&
|
||||||
poetry config settings.virtualenvs.in-project true &&
|
poetry config virtualenvs.in-project true &&
|
||||||
poetry install &&
|
poetry install &&
|
||||||
poetry run mkdocs build
|
poetry run mkdocs build
|
||||||
"""
|
"""
|
Loading…
Add table
Add a link
Reference in a new issue