#!/bin/sh
git clone $GIT_REPO_URL
cd /mkdocs/$GIT_REPO_NAME
git pull
mkdocs build -f /mkdocs/$GIT_REPO_NAME/mkdocs.yml -d /usr/share/nginx/html