From c812daf9ee1498d64a3a0d56774c6da8f78c156d Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 15 Dec 2022 09:06:36 +0100 Subject: [PATCH] ci: added lua code blocks to docs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b116d4..fab58c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: