Skip to content
Snippets Groups Projects
Commit cc11b2dc authored by Xiao Gui's avatar Xiao Gui
Browse files

fix doc building script

parent 789f61f4
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ FROM python:3.7 as doc-builder
COPY . /iav
WORKDIR /iav
RUN pip install mkdocs mkdocs-material mdx_truly_sane_lists
RUN pip install mkdocs mkdocs-material mdx_truly_sane_lists errandkun
RUN mkdocs build
# prod container
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment