Skip to content
Snippets Groups Projects
Commit 8a71b378 authored by Danny Marc Rotscher's avatar Danny Marc Rotscher
Browse files

Added mkdocs-htmlproofer-plugin

parent 1a87a7c3
No related branches found
No related tags found
2 merge requests!575Automated merge from preview to main,!573Resolve "htmlproofer"
......@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# Base #
########
RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-htmlproofer-plugin>=0.8.0
##########
# Linter #
......@@ -14,7 +14,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
RUN apt-get update && apt-get install -y nodejs npm aspell git
RUN npm install -g markdownlint-cli markdown-link-check
RUN npm install -g markdownlint-cli
###########################################
# prepare git for automatic merging in CI #
......
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