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 e4a2a53 commit fb69367Copy full SHA for fb69367
.github/workflows/deploy.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
sudo apt-get update && sudo apt-get install -y imagemagick
90
pip3 install --upgrade nbconvert
91
- # export JEKYLL_ENV=production
+ export JEKYLL_ENV=production
92
bundle exec jekyll build
93
- name: Purge unused CSS 🧹
94
_config.yml
@@ -236,7 +236,7 @@ sass:
236
237
jekyll-minifier:
238
compress_javascript: false # set to false since we are using terser as the js minifier
239
- # exclude: ["robots.txt", "assets/js/search/*.js"]
+ exclude: ["robots.txt", "assets/js/search/*.js"]
240
241
# -----------------------------------------------------------------------------
242
# Terser
0 commit comments