Skip to content

Commit d82953e

Browse files
fix cache bust
1 parent e3bad96 commit d82953e

File tree

2 files changed

+1
-9579
lines changed

2 files changed

+1
-9579
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python check-or-enforce-order.py _posts/r/
6363
python check-or-enforce-order.py _posts/matlab
6464
python check-or-enforce-order.py _posts/plotly_js
65-
echo `md5 -q all_static/css/main.css` " ../all_static/css/main.css" > _data/cache_bust_css.yml
65+
echo `md5 -q all_static/css/main.css` > _data/cache_bust_css.yml
6666
bundle exec jekyll build
6767
rm _data/mapbox_token.yml
6868
mkdir snapshots

0 commit comments

Comments
 (0)