Skip to content

Commit d59be87

Browse files
committed
tc
1 parent 66a9998 commit d59be87

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-
shutil.move("/tmp/docs_to_zip", "docs")
36+
shutil.move("/tmp/docs_to_zip", "_build/html")
3737

3838
if __name__ == "__main__":
3939
main()

0 commit comments

Comments
 (0)