update build command

This commit is contained in:
Deborah Barnard 2023-02-01 16:09:24 +00:00
parent 51f9bf1b69
commit 583ac7ddb3

View File

@ -1,3 +1,3 @@
[build]
command = "pip install _submodules/mkdocs-material-insiders && mkdocs build"
command = "pip install git@github.com:n8n-io/mkdocs-material-insiders.git && mkdocs build"
publish = "site"