Skip to content

Commit 664f83a

Browse files
committed
docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
1 parent 7e2446b commit 664f83a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
mkdir -p "${DIR_NVIM_SRC}"
8383
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory "${DIR_NVIM_SRC}/.."
8484
cd "${DIR_NVIM_SRC}"
85+
make doc
8586
make lintdoc
8687
8788
- run: make help-check

0 commit comments

Comments
 (0)