restore https submodule and update build command

This commit is contained in:
Deborah Barnard
2023-02-01 16:25:23 +00:00
parent 8f0d97ee92
commit cb34136b29
4 changed files with 4 additions and 8 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "_submodules/mkdocs-material-insiders"]
path = _submodules/mkdocs-material-insiders
url = git@github.com:n8n-io/mkdocs-material-insiders.git
url = https://github.com/n8n-io/mkdocs-material-insiders.git

View File

@@ -19,12 +19,7 @@ This repository hosts the documentation for [n8n](https://n8n.io/), an extendabl
git clone https://github.com/n8n-io/n8n-docs.git
cd n8n-docs
pip install -r requirements.txt
# n8n organization members:
# Outside your docs project, do:
git clone https://github.com/n8n-io/mkdocs-material-insiders.git mkdocs-material
# Navigate back into the docs project and run:
pip install -e <path-to-mkdocs-material>
pip install _submodules/mkdocs-material-insiders
# External contributors: rely on the preview builds on pull requests, or
# use the free version of Material for MkDocs (most things are the same, some formatting may be missing)

View File

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