From 5d2e01495944dcf7cf7ee53a7074c4010165d756 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 21 May 2024 23:12:58 +0200 Subject: [PATCH] docs: Fix the path to the unstable docs --- build-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docs.sh b/build-docs.sh index b413043254..3276451424 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -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