Skip to content
Snippets Groups Projects
Commit 7187da94 authored by bikerdanny's avatar bikerdanny
Browse files

Added verbosity to mkdocs build and build to test directory

parent 936b54eb
No related branches found
No related tags found
No related merge requests found
FROM python:3.8-buster FROM python:3.8-buster
########
# Base #
########
# Documentation static site generator & deployment tool # Documentation static site generator & deployment tool
RUN pip install mkdocs>=1.1.2 RUN pip install mkdocs>=1.1.2
...@@ -10,5 +14,5 @@ RUN pip install mkdocs-material>=5.4.0 ...@@ -10,5 +14,5 @@ RUN pip install mkdocs-material>=5.4.0
WORKDIR /src WORKDIR /src
COPY doc.zih.tu-dresden.de/ /src/ COPY doc.zih.tu-dresden.de/ /src/
RUN mkdocs build RUN mkdocs build --verbose --site-dir test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment