diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-03-07 14:53:21 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-03-07 14:53:21 +0700 |
commit | a2e63360143c48a49271756e85a105fd8204067e (patch) | |
tree | 797475a577d5b40221f4cc0b069982a603b085c7 /.build.yml | |
parent | 2bfe5087053f54b0a6d02cfcabb56871f5f810f5 (diff) | |
download | blog-a2e63360143c48a49271756e85a105fd8204067e.tar.gz |
Add conlang
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 |