mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs: Fix the path to the unstable docs
This commit is contained in:
parent
b0b010a0e9
commit
5d2e014959
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ set -ex
|
|||
|
||||
mkdir -p docs-build
|
||||
nix build github:nix-community/nixvim#docs
|
||||
cp -r result/share/doc docs-build
|
||||
cp -r result/share/doc/* docs-build
|
||||
nix build github:nix-community/nixvim/nixos-23.11#docs
|
||||
cp -r result/share/doc docs-build/stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue