File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 54
54
git config --global user.email "accounts@plot.ly"
55
55
git config --global user.name "Deployer"
56
56
rm -rf _posts/python/html
57
- rm -rf _posts/r/basic
57
+ rm -rf _posts/r/md
58
58
git clone -b built git@github.com:plotly/plotly.py-docs _posts/python/html
59
59
git clone -b built git@github.com:plotly/plotly.r-docs _posts/r/md
60
60
python front-matter-ci.py _posts
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ task :serve => [] do
30
30
31
31
puts "...getting latest python docs"
32
32
system "rm -rf _posts/python/html" or exit! ( 1 )
33
+ system "rm -rf _posts/r/md" or exit! ( 1 )
33
34
system "git clone -b built git@github.com:plotly/plotly.py-docs _posts/python/html" or exit! ( 1 )
35
+ system "git clone -b built git@github.com:plotly/plotly.r-docs _posts/r/md" or exit! ( 1 )
34
36
system "jekyll serve"
35
37
end
36
38
You can’t perform that action at this time.
0 commit comments