diff .build.yml @ 111:250f40874439

*: update lots of things now we minify the html,css,etc before deploying, so it hopefully will load faster :)
author Paper <paper@tflc.us>
date Mon, 19 May 2025 13:58:21 -0400
parents a2c83f182127
children 4ccd7de0e530
line wrap: on
line diff
--- a/.build.yml	Sun Apr 06 19:44:28 2025 -0400
+++ b/.build.yml	Mon May 19 13:58:21 2025 -0400
@@ -9,6 +9,7 @@
 - ruby-bundler
 tasks:
 - package: |
+    export JEKYLL_ENV="production"
     cd web
     bundle config set --local path ".bundler"
     bundle install