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.
Doc/dist
1 parent 82e2a41 commit 0191c76Copy full SHA for 0191c76
1 file changed
build_docs.py
@@ -802,6 +802,7 @@ def copy_build_to_webroot(self, http: urllib3.PoolManager) -> None:
802
if not self.quick:
803
# Copy archive files to /archives/
804
logging.debug("Copying dist files.")
805
+ (self.checkout / "Doc" / "dist").mkdir(exist_ok=True)
806
run([
807
"chown",
808
"-R",
0 commit comments