mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs: only set base-href in CI built docs
This reverts commit c12e59ff7c
This commit is contained in:
parent
cdbda982f0
commit
99b066ba6d
3 changed files with 32 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
transformOptions,
|
||||
search,
|
||||
# The root directory of the site
|
||||
baseHref ? "/nixvim/",
|
||||
baseHref ? "/",
|
||||
}:
|
||||
let
|
||||
inherit (evaledModules.config.meta) nixvimInfo;
|
||||
|
@ -305,7 +305,7 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
buildPhase = ''
|
||||
dest=$out/share/doc/nixvim
|
||||
dest=$out/share/doc
|
||||
mkdir -p $dest
|
||||
|
||||
# Copy (and flatten) src into the build directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue