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] [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