Skip to content

Commit 0191c76

Browse files
committed
Ensure that Doc/dist exists
1 parent 82e2a41 commit 0191c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ def copy_build_to_webroot(self, http: urllib3.PoolManager) -> None:
802802
if not self.quick:
803803
# Copy archive files to /archives/
804804
logging.debug("Copying dist files.")
805+
(self.checkout / "Doc" / "dist").mkdir(exist_ok=True)
805806
run([
806807
"chown",
807808
"-R",

0 commit comments

Comments
 (0)