mirror of https://github.com/folke/lazy.nvim.git
ci: corrected Neovim version in panvimdoc
This commit is contained in:
parent
1f70834e1c
commit
aa2f982d22
|
@ -26,6 +26,7 @@ jobs:
|
||||||
uses: kdheepak/panvimdoc@main
|
uses: kdheepak/panvimdoc@main
|
||||||
with:
|
with:
|
||||||
vimdoc: lazy.nvim
|
vimdoc: lazy.nvim
|
||||||
|
version: "Neovim >= 0.8.0"
|
||||||
demojify: true
|
demojify: true
|
||||||
- name: Code Blocks
|
- name: Code Blocks
|
||||||
run: sed -i 's/^>$/>lua/' doc/lazy.nvim.txt
|
run: sed -i 's/^>$/>lua/' doc/lazy.nvim.txt
|
||||||
|
|
Loading…
Reference in New Issue