github: Fix stable doc path

This commit is contained in:
Quentin Boyer 2024-07-25 21:46:20 +02:00 committed by GaetanLepage
parent 10e5066a9a
commit 47b6c4804f

View file

@ -46,7 +46,8 @@ jobs:
nix build github:nix-community/nixvim#docs
cp -r result/share/doc/nixvim/* docs-build
nix build github:nix-community/nixvim/nixos-24.05#docs
cp -r result/share/doc/nixvim docs-build/stable
# TODO: use the new path when 24.11 hits
cp -r result/share/doc docs-build/stable
- name: Upload artifact
uses: actions/upload-pages-artifact@v3