try adding submodule

This commit is contained in:
Deborah Barnard
2023-02-01 16:06:28 +00:00
parent 9a6490bac4
commit 51f9bf1b69
5 changed files with 5 additions and 4 deletions

3
.gitmodules vendored Normal file
View File

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

View File

@@ -5,8 +5,6 @@ hide:
# Welcome
[TODO: remove]TEST TOKEN
This is the documentation for [n8n](https://n8n.io/), a [fair-code](http://faircode.io) licensed node-based workflow automation tool.
It covers everything from setup to usage and development. It is a work in progress and all [contributions](/contributing/) are welcome.

View File

@@ -1,3 +1,3 @@
[build]
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.1 && mkdocs build"
command = "pip install _submodules/mkdocs-material-insiders && mkdocs build"
publish = "site"

View File

@@ -1,2 +1 @@
mkdocs-literate-nav==0.4.1
neoteroi-mkdocs==0.0.5