mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-20 18:54:52 +02:00
docs/mdbook: install directly to $out
(cherry picked from commit e3f4a57fb8
)
This commit is contained in:
parent
240a7c2fdf
commit
3117e87095
3 changed files with 6 additions and 7 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