manual: Fix directory structure

With linkcheck, now there are multiple mdbook outputs.
This commit is contained in:
Zhaofeng Li 2022-03-08 10:26:27 -08:00
parent 26b2203da9
commit 1decf15b36

View file

@ -72,7 +72,8 @@ in stdenv.mkDerivation {
echo "No meta options text passed the the builder" >> src/reference/meta.md
fi
mdbook build -d $out
mdbook build -d ./build
cp -r ./build/html $out
# Build the redirect farm
# GitHub Pages doesn't play well with directory symlinks. Default