We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3948f commit f95de7aCopy full SHA for f95de7a
Dockerfile
@@ -81,8 +81,9 @@ RUN \
81
-path "*/__pycache__/*" \
82
-exec rm -f {} \;
83
84
-# Trust git directory, required for git >= 2.35.2
85
-RUN git config --global --add safe.directory /docs
+# Trust directory, required for git >= 2.35.2
+RUN git config --global --add safe.directory /docs &&\
86
+ git config --global --add safe.directory /site
87
88
# Set working directory
89
WORKDIR /docs
0 commit comments