Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
git clone -b built git@github.com:plotly/plotly.r-docs _posts/r/md
mv _posts/r/md/ggplot2 _posts/ggplot2/md
python front-matter-ci.py _posts
python check-or-enforce-order.py _posts/python enforce
python check-or-enforce-order.py _posts/python-v3 enforce
python check-or-enforce-order.py _posts/r/ enforce
python check-or-enforce-order.py _posts/plotly_js enforce
python check-or-enforce-order.py _posts/python
python check-or-enforce-order.py _posts/python-v3
python check-or-enforce-order.py _posts/r/
python check-or-enforce-order.py _posts/plotly_js
bundle exec jekyll build
rm _data/mapbox_token.yml
mkdir snapshots
Expand Down