Skip to content

Commit 72c1a40

Browse files
committed
tc
1 parent d59be87 commit 72c1a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/sphinx_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main() -> None:
3131
os.makedirs(os.path.dirname(f"/tmp/docs_to_zip/{relative_path}"), exist_ok=True)
3232
shutil.copy(file, f"/tmp/docs_to_zip/{relative_path}")
3333
subprocess.check_output(["git", "reset", "--hard", "HEAD"])
34-
for file in glob.glob("/tmp/docs_to_zip", recursive=True):
34+
for file in glob.glob("/tmp/docs_to_zip/**/*", recursive=True):
3535
print(file)
3636
shutil.move("/tmp/docs_to_zip", "_build/html")
3737

0 commit comments

Comments
 (0)