mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
pip3 -> pip
This commit is contained in:
parent
e29bb2212e
commit
b65a0f5722
@ -1,7 +1,7 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "docs/site/"
|
publish = "docs/site/"
|
||||||
command = """
|
command = """
|
||||||
pip3 install -q poetry &&
|
pip install -q poetry &&
|
||||||
poetry config settings.virtualenvs.in-project true &&
|
poetry config settings.virtualenvs.in-project true &&
|
||||||
poetry install &&
|
poetry install &&
|
||||||
poetry run mkdocs build
|
poetry run mkdocs build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user