docs: Fix the path to the unstable docs

This commit is contained in:
traxys 2024-05-21 23:12:58 +02:00
parent b0b010a0e9
commit 5d2e014959

View file

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