8 lines
No EOL
161 B
TOML
8 lines
No EOL
161 B
TOML
[build]
|
|
publish = "docs/site/"
|
|
command = """
|
|
pip3 install -q poetry &&
|
|
poetry config virtualenvs.in-project true &&
|
|
poetry install &&
|
|
poetry run mkdocs build
|
|
""" |