diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml index 6b28976..a204651 100644 --- a/.build.yml +++ b/.build.yml @@ -5,6 +5,7 @@ sources: - https://git.envs.net/huyngo/haasdaiga - https://git.envs.net/huyngo/ravna - https://git.sr.ht/~huyngo/isanercent + - https://git.sr.ht/~huyngo/djanzi - https://git.sr.ht/~huyngo/web-cv - https://git.sr.ht/~cnx/fead packages: @@ -14,7 +15,7 @@ environment: site: xrvs.net tasks: - build: | - for conlang in haasdaiga ravna isanercent; + for conlang in haasdaiga ravna isanercent djanzi; do cd $conlang mdbook build @@ -24,7 +25,7 @@ tasks: ./create-webring.sh hugo --baseURL="https://xrvs.net" - package: | - for conlang in haasdaiga ravna isanercent; + for conlang in haasdaiga ravna isanercent djanzi; do mv "$conlang/book" "$site/public/$conlang" done |