Skip to content

Commit 421b113

Browse files
deploy just deploys, no auto-schema-updates
1 parent b57c1a4 commit 421b113

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Rakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ task :deploy => [:check_git] do
2121
puts "...getting latest python docs"
2222
system "rm -rf _posts/python/html" or exit!(1)
2323
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}\""
2724
puts "...generate _site"
2825
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)
2926
puts "...git checkout \"#{source_branch}\""

0 commit comments

Comments
 (0)