summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Documentation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/default.nix b/Documentation/default.nix
index 736300a..02b3c31 100644
--- a/Documentation/default.nix
+++ b/Documentation/default.nix
@@ -18,7 +18,7 @@ runCommand "spectrum-docs" {
 
   passthru = { inherit jekyll; };
 } ''
-  jekyll build --disable-disk-cache -s $src -d $out
+  jekyll build --disable-disk-cache -b /doc -s $src -d $out
 ''
 ) {
   jekyll = import ./jekyll.nix { inherit pkgs; };