mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
github: Fix stable doc path
This commit is contained in:
parent
10e5066a9a
commit
47b6c4804f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_documentation.yml
vendored
3
.github/workflows/build_documentation.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue