Skip to content

Commit fb69367

Browse files
committed
Re-enable production for now. But add exclusions to jekyll-minifier. See alshedivat/al-folio#3037
1 parent e4a2a53 commit fb69367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
sudo apt-get update && sudo apt-get install -y imagemagick
9090
pip3 install --upgrade nbconvert
91-
# export JEKYLL_ENV=production
91+
export JEKYLL_ENV=production
9292
bundle exec jekyll build
9393
- name: Purge unused CSS 🧹
9494
run: |

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ sass:
236236

237237
jekyll-minifier:
238238
compress_javascript: false # set to false since we are using terser as the js minifier
239-
# exclude: ["robots.txt", "assets/js/search/*.js"]
239+
exclude: ["robots.txt", "assets/js/search/*.js"]
240240

241241
# -----------------------------------------------------------------------------
242242
# Terser

0 commit comments

Comments
 (0)