Skip to content

Commit c341248

Browse files
authored
Ensure that Doc/dist exists (#271)
1 parent 4a5d2ca commit c341248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_docs.py

+1
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ def copy_build_to_webroot(self, http: urllib3.PoolManager) -> None:
817817
if not self.quick:
818818
# Copy archive files to /archives/
819819
logging.debug("Copying dist files.")
820+
(self.checkout / "Doc" / "dist").mkdir(exist_ok=True)
820821
run([
821822
"chown",
822823
"-R",

0 commit comments

Comments
 (0)