From 45dbb78747b8caea01fa11916f875bdcfa3ff09e Mon Sep 17 00:00:00 2001 From: Javier López Date: Sat, 26 Mar 2022 07:22:03 -0500 Subject: ci(doc): improve missing docs workflow 1. Add new pattern `runtime/doc/**`. This is a common case were the contributor modifies only the help file but the doc gen would discard their changes. 2. Add to the output what the changes after running doc gen would be. [skip ci] --- .github/workflows/api-docs-check.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/api-docs-check.yml') diff --git a/.github/workflows/api-docs-check.yml b/.github/workflows/api-docs-check.yml index 46922391f5..f76c035de4 100644 --- a/.github/workflows/api-docs-check.yml +++ b/.github/workflows/api-docs-check.yml @@ -7,6 +7,7 @@ on: paths: - 'src/nvim/api/*.[ch]' - 'runtime/lua/**.lua' + - 'runtime/doc/**' jobs: call-regen-api-docs: -- cgit