mirror of https://github.com/folke/lazy.nvim.git
ci: added lua code blocks to docs
This commit is contained in:
parent
70c0ad1b95
commit
c812daf9ee
|
@ -27,6 +27,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
vimdoc: lazy.nvim
|
vimdoc: lazy.nvim
|
||||||
demojify: true
|
demojify: true
|
||||||
|
- name: Code Blocks
|
||||||
|
run: sed -i 's/^>$/>lua/' doc/lazy.nvim.txt
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue