aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-02-26 15:44:29 +0000
committerYann Herklotz <git@yannherklotz.com>2022-02-26 15:44:29 +0000
commit785d0936888100ddf656c7cf17812d7e6b623d98 (patch)
tree4e7b1a0be2855e21e0526a24f4c71405c2ad041c /.build.yml
parent4dac87d44f2856f5db25726a2c381f869ee73af6 (diff)
downloadvericert-docs-785d0936888100ddf656c7cf17812d7e6b623d98.tar.gz
vericert-docs-785d0936888100ddf656c7cf17812d7e6b623d98.zip
Add proper documentation
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index d638df8..6e567e2 100644
--- a/.build.yml
+++ b/.build.yml
@@ -3,11 +3,19 @@ packages:
- emacs-nox
- hugo
- zip
+ - rsync
sources:
- https://git.sr.ht/~ymherklotz/vericert-docs
secrets:
- fbcab77b-bd56-4356-a6b3-54c656f2b364
+ - f1c07b45-32bd-4559-b370-28e59e4c11e1
tasks:
+ - init: |
+ cd vericert-docs/static
+ sshopts="ssh -o StrictHostKeyChecking=no"
+ rsync --rsh="$sshopts" zk@leika.ymhg.org:~/docs.tar.xz .
+ tar xvf docs.tar.xz
+ rm docs.tar.xz
- build: |
cd vericert-docs
emacs --batch --file content.org --load publish.el