ci: added support for code block lang

This commit is contained in:
Folke Lemaitre 2022-12-30 08:39:18 +01:00
parent 60ccfe3e27
commit 4b29f7e3d5
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ jobs:
vimdoc: lazy.nvim vimdoc: lazy.nvim
version: "Neovim >= 0.8.0" version: "Neovim >= 0.8.0"
demojify: true demojify: true
- name: Code Blocks treesitter: true
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: