aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-05 00:09:59 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-05 00:09:59 +0000
commitdf4e1e1a252c395f850344d3c7d7a1a0b4f8dc8f (patch)
treed3179d271f1b32de41e87c11a765905da5bfac28 /.build.yml
parent731061bca6c596c77206c1dd35bae74c7dd2a4cf (diff)
downloadvericert-docs-df4e1e1a252c395f850344d3c7d7a1a0b4f8dc8f.tar.gz
vericert-docs-df4e1e1a252c395f850344d3c7d7a1a0b4f8dc8f.zip
Update dependencies and remove --no-init
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 89e46ff..ff09360 100644
--- a/.build.yml
+++ b/.build.yml
@@ -10,7 +10,7 @@ secrets:
tasks:
- build: |
cd vericert-docs
- emacs --batch --no-init --file documentation.org --load publish.el
+ emacs --batch --file documentation.org --load publish.el
hugo --minify
- deploy: |
cd vericert-docs