ci: added lua code blocks to docs

This commit is contained in:
Folke Lemaitre 2022-12-15 09:06:36 +01:00
parent 70c0ad1b95
commit c812daf9ee
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 0 deletions

View File

@ -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: