mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19:41 +02:00
pip3 -> pip
This commit is contained in:
parent
e29bb2212e
commit
b65a0f5722
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue