Skip to content
Snippets Groups Projects
Commit 42d74b2b authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Added parameter --strict for command 'mkdocs build' in Dockerfile.

parent 2886b793
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!257Added parameter --strict for command 'mkdocs build' in Dockerfile.
...@@ -18,4 +18,4 @@ RUN npm install -g markdownlint-cli markdown-link-check ...@@ -18,4 +18,4 @@ RUN npm install -g markdownlint-cli markdown-link-check
WORKDIR /src/doc.zih.tu-dresden.de WORKDIR /src/doc.zih.tu-dresden.de
CMD ["mkdocs", "build", "--verbose"] CMD ["mkdocs", "build", "--verbose", "--strict"]
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