Skip to content

Commit 87ea351

Browse files
committed
tc
1 parent 038e817 commit 87ea351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/sphinx_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def main() -> None:
2323
subprocess.check_output(["make", "postprocess"], env=env)
2424
for file in glob.glob(f"docs/**/*", recursive=True):
2525
if stem in file:
26+
os.makedirs(os.path.dirname(f"docs_to_zip/{file}"), exist_ok=True)
2627
shutil.copy(file, f"docs_to_zip/{file}")
2728
subprocess.check_output(["git", "reset", "--hard", "HEAD"])
2829
os.remove("docs")

0 commit comments

Comments
 (0)