aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-25 10:21:52 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-25 10:21:52 +0000
commit9deed36c5e731dc168ec6701041c0a22c7fb1754 (patch)
tree362d3d0e202486a060c6a2ca750438ed6a1c603f /.build.yml
parent0971e6b22febb37a718e13e15045cb7ce8e3ce3c (diff)
downloadyannherklotz.com-9deed36c5e731dc168ec6701041c0a22c7fb1754.tar.gz
yannherklotz.com-9deed36c5e731dc168ec6701041c0a22c7fb1754.zip
Remove bib files
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 92267f0..a73bb1f 100644
--- a/.build.yml
+++ b/.build.yml
@@ -3,6 +3,7 @@ packages:
- emacs-nox
- hugo
- zip
+ - bibtex2html
sources:
- https://git.sr.ht/~ymherklotz/yannherklotz.com
secrets:
@@ -11,6 +12,7 @@ tasks:
- build: |
cd yannherklotz.com
emacs --batch --load deps.el --find-file content.org --load publish.el
+ make all
hugo --minify
- deploy: |
cd yannherklotz.com