File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ task :deploy => [:check_git] do
21
21
puts "...getting latest python docs"
22
22
system "rm -rf _posts/python/html" or exit! ( 1 )
23
23
system "git clone -b built [email protected] :plotly/plotly.py-docs _posts/python/html" or exit! ( 1 )
24
- puts "...update plot schema"
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 } \" "
27
24
puts "...generate _site"
28
25
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 )
29
26
puts "...git checkout \" #{ source_branch } \" "
You can’t perform that action at this time.
0 commit comments