feat: add mkdocs build

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

View File

@ -20,4 +20,6 @@ scripts:
type: shell
"mkdocs:dev":
type: shell
"mkdocs:build":
type: shell

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}