feat: add mkdocs build

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-02 14:24:43 +02:00
parent 86f96460ee
commit 5b1e622434
2 changed files with 7 additions and 0 deletions

5
scripts/mkdocs:build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs ${MKDOCS_IMAGE}