mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 06:57:34 +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:
|
||||
vimdoc: lazy.nvim
|
||||
demojify: true
|
||||
- name: Code Blocks
|
||||
run: sed -i 's/^>$/>lua/' doc/lazy.nvim.txt
|
||||
- name: Push changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue