Skip to content

Commit 79e8de1

Browse files
committed
Update config.yml
1 parent 67243e6 commit 79e8de1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
python check-or-enforce-order.py _posts/r/
7272
python check-or-enforce-order.py _posts/matlab
7373
python check-or-enforce-order.py _posts/plotly_js
74+
deactivate
75+
rm -rf venv
7476
echo `md5 -q all_static/css/main.css` > _data/cache_bust_css.yml
7577
bundle exec jekyll build
7678
rm _data/mapbox_token.yml
77-
deactivate
78-
rm -rf venv
7979
mkdir snapshots
8080
cd _site
8181
cp -r 'all_static' '../snapshots'
@@ -128,4 +128,3 @@ jobs:
128128
path: site.zip
129129
destination: site_new
130130

131-

0 commit comments

Comments
 (0)