docs/mdbook: install directly to $out

(cherry picked from commit e3f4a57fb8)
This commit is contained in:
Matt Sturgeon 2025-05-23 21:13:06 +01:00
parent 240a7c2fdf
commit 3117e87095
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 6 additions and 7 deletions

View file

@ -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...