mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs/mdbook: install directly to $out
This fixes a regression introduced by https://github.com/nix-community/nixvim/pull/3349
This commit is contained in:
parent
4dc8d1e918
commit
e3f4a57fb8
2 changed files with 5 additions and 6 deletions
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
|
@ -110,7 +110,7 @@ jobs:
|
|||
|
||||
# Copy the result to the install dir
|
||||
mkdir -p "$installDir"
|
||||
cp -r result/share/doc/* "$installDir"
|
||||
cp -r result/* "$installDir"
|
||||
}
|
||||
|
||||
# For each version of the docs...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue