Skip to content

Commit 47b6c48

Browse files
traxysGaetanLepage
authored andcommitted
github: Fix stable doc path
1 parent 10e5066 commit 47b6c48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
nix build github:nix-community/nixvim#docs
4747
cp -r result/share/doc/nixvim/* docs-build
4848
nix build github:nix-community/nixvim/nixos-24.05#docs
49-
cp -r result/share/doc/nixvim docs-build/stable
49+
# TODO: use the new path when 24.11 hits
50+
cp -r result/share/doc docs-build/stable
5051
5152
- name: Upload artifact
5253
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)