Skip to content

Commit

Permalink
Merge pull request #14922 from milzi234/bugfix/pdfs-in-wrong-location
Browse files Browse the repository at this point in the history
put pdfs in latex subdirectory before uploading to web1
  • Loading branch information
milzi234 authored Dec 3, 2024
2 parents 3c580bf + abc907e commit 79b82dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def ci_docs_upload_master(c, docs_host, pdf, username, product, directory=""):
"--exclude '*~'",
])
c.run(f"{rsync_cmd} --delete ./docs/_build/{product}-html-docs/ {username}@{docs_host}:{directory}")
c.run(f"{rsync_cmd} ./docs/_build/latex/{pdf} {username}@{docs_host}:{directory}")

@task
def ci_docs_add_ssh(c, ssh_key, host_key):
Expand Down

0 comments on commit 79b82dd

Please sign in to comment.