Skip to content

Commit aab8e2b

Browse files
author
makoeppel
committed
temp fix for include plugin
1 parent ad152cf commit aab8e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ action() {
1717
local docker_args="--rm -v \"${root_dir}\":/documentation"
1818
local docker_cmd=""
1919
if [ "${mode}" = "build" ]; then
20-
docker_cmd="mkdocs build --strict"
20+
docker_cmd="pip install --no-cache-dir mkdocs-include-markdown-plugin && mkdocs build --strict"
2121
docker_args="${docker_args} -t"
2222
elif [ "${mode}" = "serve" ]; then
2323
local host_port="${2:-8000}"

0 commit comments

Comments
 (0)