Skip to content
Snippets Groups Projects
Commit 42c21523 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Merge branch 'add-parameter-strict-to-mkdocs-build-in-Dockerfile' into 'preview'

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

See merge request !257
parents 2886b793 42d74b2b
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
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