Skip to content

Commit 66a9998

Browse files
committed
tc
1 parent 361bcd4 commit 66a9998

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.jenkins/sphinx_files.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ 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):
35+
print(file)
3436
shutil.move("/tmp/docs_to_zip", "docs")
3537

3638
if __name__ == "__main__":

0 commit comments

Comments
 (0)