pip3 -> pip

This commit is contained in:
hay-kot 2021-08-04 09:45:16 -08:00
parent e29bb2212e
commit b65a0f5722

View File

@ -1,7 +1,7 @@
[build]
publish = "docs/site/"
command = """
pip3 install -q poetry &&
pip install -q poetry &&
poetry config settings.virtualenvs.in-project true &&
poetry install &&
poetry run mkdocs build