about summary refs log tree commit diff
path: root/.build.yml
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-06 16:59:53 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-06 16:59:53 +0700
commitf90f9e217e1605053bc9053a726cb8eeb45d9f03 (patch)
treea342df108220fa7fe8568388b7e7384cde5ecea3 /.build.yml
parent6670e5a5b6d51d78f105430e416155e73c9a09a9 (diff)
downloadblog-f90f9e217e1605053bc9053a726cb8eeb45d9f03.tar.gz
Fix mdbook path
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index c12d48a..9ad24cb 100644
--- a/.build.yml
+++ b/.build.yml
@@ -15,6 +15,9 @@ tasks:
     sudo cp openring /usr/local/bin/
 - package: |
     git clone https://git.disroot.org/huyngo/conlang
+    cd conlang
+    /home/build/.cargo/bin/mdbook build
+    cd ..
     cd $site
     ./create-webring.sh
     hugo