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 921aa81 commit 6df84a7Copy full SHA for 6df84a7
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
python check-or-enforce-order.py _posts/matlab
50
python check-or-enforce-order.py _posts/plotly_js
51
python generate-sitemaps.py
52
- echo $(md5sum all_static/css/main.css | cut -d ' ' -f 1) > _data/cache_bust_css.yml
+ md5sum all_static/css/main.css | cut -d ' ' -f 1 > _data/cache_bust_css.yml
53
bundle exec jekyll build
54
cp python/sitemap.xml _site/python/sitemap.xml
55
0 commit comments