Skip to content

Commit 58236f7

Browse files
committed
tc
1 parent ebcc68b commit 58236f7

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
@@ -33,7 +33,7 @@ def main() -> None:
3333
subprocess.check_output(["git", "reset", "--hard", "HEAD"])
3434
for file in glob.glob("/tmp/docs_to_zip/**/*", recursive=True):
3535
print(file)
36-
os.remove("_build/html")
36+
shutil.rmtree("_build")
3737
os.makedirs("_build", exist_ok=True)
3838
shutil.move("/tmp/docs_to_zip", "_build/html")
3939

0 commit comments

Comments
 (0)