Skip to content

Commit 56ae10b

Browse files
author
Joseph Damiba
committed
Refactor check-or-enforce-order so it will work in r-docs
1 parent aec4b09 commit 56ae10b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git config --global user.email "accounts@plot.ly"
5555
git config --global user.name "Deployer"
5656
rm -rf _posts/python/html
57-
rm -rf _posts/r/basic
57+
rm -rf _posts/r/md
5858
git clone -b built git@github.com:plotly/plotly.py-docs _posts/python/html
5959
git clone -b built git@github.com:plotly/plotly.r-docs _posts/r/md
6060
python front-matter-ci.py _posts

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 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)
3436
system "jekyll serve"
3537
end
3638

0 commit comments

Comments
 (0)