We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bad96 commit d82953eCopy full SHA for d82953e
.circleci/config.yml
@@ -62,7 +62,7 @@ jobs:
62
python check-or-enforce-order.py _posts/r/
63
python check-or-enforce-order.py _posts/matlab
64
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
+ echo `md5 -q all_static/css/main.css` > _data/cache_bust_css.yml
66
bundle exec jekyll build
67
rm _data/mapbox_token.yml
68
mkdir snapshots
0 commit comments