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

Merge branch 'revert-7cb09915' into 'preview'

Revert "Merge branch '326-htmlproofer' into 'preview'"

See merge request !574
parents 7cb09915 38b8cd8c
No related branches found
No related tags found
2 merge requests!575Automated merge from preview to main,!574Revert "Merge branch '326-htmlproofer' into 'preview'"
...@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"] ...@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# Base # # Base #
######## ########
RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-htmlproofer-plugin>=0.8.0 RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
########## ##########
# Linter # # Linter #
...@@ -14,7 +14,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-htmlproofer-plugin>= ...@@ -14,7 +14,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-htmlproofer-plugin>=
RUN apt-get update && apt-get install -y nodejs npm aspell git RUN apt-get update && apt-get install -y nodejs npm aspell git
RUN npm install -g markdownlint-cli RUN npm install -g markdownlint-cli markdown-link-check
########################################### ###########################################
# prepare git for automatic merging in CI # # prepare git for automatic merging in CI #
......
...@@ -223,4 +223,3 @@ extra: ...@@ -223,4 +223,3 @@ extra:
plugins: plugins:
- search - search
- markdown-caption - markdown-caption
- htmlproofer
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