Skip to content

Commit

Permalink
Re-enable production for now. But add exclusions to jekyll-minifier. …
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Feb 27, 2025
1 parent e4a2a53 commit fb69367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y imagemagick
pip3 install --upgrade nbconvert
# export JEKYLL_ENV=production
export JEKYLL_ENV=production
bundle exec jekyll build
- name: Purge unused CSS 🧹
run: |
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ sass:

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

# -----------------------------------------------------------------------------
# Terser
Expand Down

0 comments on commit fb69367

Please sign in to comment.