mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
ci: added lua code blocks to docs
This commit is contained in:
parent
70c0ad1b95
commit
c812daf9ee
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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…
Add table
Reference in a new issue