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 4a5d2ca commit c341248Copy full SHA for c341248
1 file changed
build_docs.py
@@ -817,6 +817,7 @@ def copy_build_to_webroot(self, http: urllib3.PoolManager) -> None:
817
if not self.quick:
818
# Copy archive files to /archives/
819
logging.debug("Copying dist files.")
820
+ (self.checkout / "Doc" / "dist").mkdir(exist_ok=True)
821
run([
822
"chown",
823
"-R",
0 commit comments