monolang: add

Added mkdocs-git build files for monolang version.
This commit is contained in:
Luc Bijl 2025-07-20 13:50:42 +02:00
parent f60190aa2a
commit 51da297da3
4 changed files with 49 additions and 0 deletions

6
monolang/git-mkdocs Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
exec 2>&1
find /mkdocs/repo || git clone $GIT_REPO_URL /mkdocs/repo
cd /mkdocs/repo && git pull
exec mkdocs build -f /mkdocs/repo/mkdocs.yml -d /usr/share/nginx/html