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

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"