forked from DGNum/colmena
manual: Fix directory structure
With linkcheck, now there are multiple mdbook outputs.
This commit is contained in:
parent
26b2203da9
commit
1decf15b36
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue