File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ task :deploy => [:check_git] do
22
22
system "rm -rf _posts/python/html" or exit! ( 1 )
23
23
system "git clone -b built git@github.com:plotly/plotly.py-docs _posts/python/html" or exit! ( 1 )
24
24
puts "...update plot schema"
25
- system "python ./get_plotschema.py && git add _data/plotschema.json && git commit -m \" Updated plotschema at #{ Time . now . utc } \" && git push origin \" #{ source_branch } \" " or exit! ( 1 )
25
+ system "python ./get_plotschema.py" or exit! ( 1 )
26
+ system "git add _data/plotschema.json && git commit -m \" Updated plotschema at #{ Time . now . utc } \" && git push origin \" #{ source_branch } \" "
26
27
puts "...generate _site"
27
28
system "jekyll build --verbose && git checkout \" #{ deploy_branch } \" && git pull origin \" #{ deploy_branch } \" && cp -r _site/* . && rm -rf _site/ && touch .nojekyll && git add . && git commit -m \" #{ message } \" && git push origin \" #{ deploy_branch } \" " or exit! ( 1 )
28
29
puts "...git checkout \" #{ source_branch } \" "
You can’t perform that action at this time.
0 commit comments