Skip to content

Commit 6119df5

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents b4c2ce4 + 30f8bf9 commit 6119df5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ RUN \
8181
-path "*/__pycache__/*" \
8282
-exec rm -f {} \;
8383

84-
# Trust git directory, required for git >= 2.35.2
85-
RUN git config --global --add safe.directory /docs
84+
# Trust directory, required for git >= 2.35.2
85+
RUN git config --global --add safe.directory /docs &&\
86+
git config --global --add safe.directory /site
8687

8788
# Set working directory
8889
WORKDIR /docs

0 commit comments

Comments
 (0)