aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-25 13:48:27 +0100
committerYann Herklotz <git@yannherklotz.com>2021-12-25 13:48:27 +0100
commitaf12add7a85d98a240c062a8045dc2029b69f316 (patch)
treeff65b018563cab60186cf3637162bcc178877826 /.build.yml
parentbe7b5d7f676477e84281f3a217e966fbefb6266c (diff)
downloadyannherklotz.com-af12add7a85d98a240c062a8045dc2029b69f316.tar.gz
yannherklotz.com-af12add7a85d98a240c062a8045dc2029b69f316.zip
Update the build with emacs-nox and minify
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 4f40563..43a7bf7 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,6 @@
image: debian/testing
packages:
- - emacs
+ - emacs-nox
- hugo
- zip
sources:
@@ -11,7 +11,7 @@ tasks:
- build: |
cd yannherklotz.com
emacs --batch --no-init --file content.org --load publish.el
- hugo
+ hugo --minify
- deploy: |
cd yannherklotz.com
zip -r public.zip public