feat: add mkdocs build
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
86f96460ee
commit
5b1e622434
@ -20,4 +20,6 @@ scripts:
|
|||||||
type: shell
|
type: shell
|
||||||
"mkdocs:dev":
|
"mkdocs:dev":
|
||||||
type: shell
|
type: shell
|
||||||
|
"mkdocs:build":
|
||||||
|
type: shell
|
||||||
|
|
5
scripts/mkdocs:build.sh
Executable file
5
scripts/mkdocs:build.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs ${MKDOCS_IMAGE}
|
Loading…
Reference in New Issue
Block a user