We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a6eb8 commit 02d8c45Copy full SHA for 02d8c45
Rakefile
@@ -18,6 +18,9 @@ task :deploy => [:check_git] do
18
19
puts "...git pull origin \"#{source_branch}\""
20
system "git pull origin \"#{source_branch}\""
21
+ puts "...getting latest python docs"
22
+ system "rm -rf _posts/python-next/html"
23
+ system "git clone -b built git@github.com:plotly/plotly.py-docs _posts/python-next/html"
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}\""
26
puts "...generate _site"
0 commit comments