Skip to content

Commit 9f2e3f3

Browse files
committed
fixed copy pdf
1 parent b9bd241 commit 9f2e3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎deploy_gh_pages.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build_and_copy(branch, folder_name, versions_available, validate_links=False
5050
tmp_dir = tempfile.mkdtemp()
5151

5252
copytree("_build/html/", tmp_dir)
53-
copytree("_build/latex/conan.pdf", tmp_dir)
53+
shutil.copy2("_build/latex/conan.pdf", tmp_dir)
5454
shutil.rmtree("_build")
5555

5656
# Go to deploy branch, copy new files and commit

0 commit comments

Comments
 (0)