nix-community.nixvim/build-docs.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
223 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env sh
set -ex
mkdir -p docs-build
nix build github:nix-community/nixvim#docs
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