Skip to content

Commit 6df84a7

Browse files
committed
Update build.yml
1 parent 921aa81 commit 6df84a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python check-or-enforce-order.py _posts/matlab
5050
python check-or-enforce-order.py _posts/plotly_js
5151
python generate-sitemaps.py
52-
echo $(md5sum all_static/css/main.css | cut -d ' ' -f 1) > _data/cache_bust_css.yml
52+
md5sum all_static/css/main.css | cut -d ' ' -f 1 > _data/cache_bust_css.yml
5353
bundle exec jekyll build
5454
cp python/sitemap.xml _site/python/sitemap.xml
5555

0 commit comments

Comments
 (0)