Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e878772

Browse files
Merge pull request plotly#1635 from plotly/update-ci-check
use r-docs-branch to pull many R examples
2 parents b5065d4 + f154280 commit e878772

File tree

212 files changed

+4
-63000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+4
-63000
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
git config --global user.email "[email protected]"
5555
git config --global user.name "Deployer"
5656
rm -rf _posts/python/html
57+
rm -rf _posts/r/md
5758
git clone -b built [email protected]:plotly/plotly.py-docs _posts/python/html
59+
git clone -b built [email protected]:plotly/plotly.r-docs _posts/r/md
5860
python front-matter-ci.py _posts
5961
python check-or-enforce-order.py _posts/python
6062
python check-or-enforce-order.py _posts/python-v3

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ task :serve => [] do
3030

3131
puts "...getting latest python docs"
3232
system "rm -rf _posts/python/html" or exit!(1)
33+
system "rm -rf _posts/r/md" or exit!(1)
3334
system "git clone -b built [email protected]:plotly/plotly.py-docs _posts/python/html" or exit!(1)
35+
system "git clone -b built [email protected]:plotly/plotly.r-docs _posts/r/md" or exit!(1)
3436
system "jekyll serve"
3537
end
3638

_posts/r/3d/2015-07-30-3d-line-plots.Rmd

Lines changed: 0 additions & 177 deletions
This file was deleted.

_posts/r/3d/2015-07-30-3d-line-plots.md

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)