Skip to content

Commit

Permalink
Merge branch 'master' of github.com:squidfunk/mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 17, 2023
2 parents b4c2ce4 + 30f8bf9 commit 6119df5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Expand Up @@ -81,8 +81,9 @@ RUN \
-path "*/__pycache__/*" \
-exec rm -f {} \;

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

# Set working directory
WORKDIR /docs
Expand Down

0 comments on commit 6119df5

Please sign in to comment.