misc build changes to mdbook, add favicon/logo
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
502856a4a2
commit
e5c9bf1992
3 changed files with 8 additions and 2 deletions
|
@ -19,6 +19,7 @@ stdenv.mkDerivation {
|
|||
"debian/conduwuit.service"
|
||||
"debian/README.md"
|
||||
"docs"
|
||||
"theme"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -27,7 +28,6 @@ stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
buildPhase = ''
|
||||
mdbook build
|
||||
mv public $out
|
||||
mdbook build -d $out
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue