Skip to content

Commit

Permalink
fix fabfile path for docs upload, follow on bokeh#8665
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Feb 18, 2019
1 parent e926279 commit 662bb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def deploy(v=None):
run("cp -ar /www/bokeh/en/%s /www/bokeh/en/%s.bak" % (v, v))

rsync_project(
local_dir="_build/html/",
local_dir="build/html/",
remote_dir="/www/bokeh/en/%s" % v,
delete=True
)
Expand Down

0 comments on commit 662bb52

Please sign in to comment.