We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8bb12 commit 82e4d41Copy full SHA for 82e4d41
Dockerfile
@@ -18,8 +18,6 @@ RUN apk add --no-cache \
18
pngquant \
19
zlib-dev
20
21
-RUN git config --global --add safe.directory "*"
22
-
23
RUN npm install -g markdownlint-cli2 && \
24
npm cache clean --force
25
bin/mkdocs-build
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
set -e
3
4
+git config --global --add safe.directory "*"
5
+
6
echo "========================================"
7
echo ">>> [1/4] Running MkDocs linting..."
8
mkdocs-lint
0 commit comments