aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 074eadd..92267f0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -10,7 +10,7 @@ secrets:
tasks:
- build: |
cd yannherklotz.com
- emacs --batch --file content.org --load publish.el
+ emacs --batch --load deps.el --find-file content.org --load publish.el
hugo --minify
- deploy: |
cd yannherklotz.com