aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/api-docs-check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/api-docs-check.yml')
-rw-r--r--.github/workflows/api-docs-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-docs-check.yml b/.github/workflows/api-docs-check.yml
index bcbc631172..f76c035de4 100644
--- a/.github/workflows/api-docs-check.yml
+++ b/.github/workflows/api-docs-check.yml
@@ -6,8 +6,8 @@ on:
- 'marvim/api-doc-update**'
paths:
- 'src/nvim/api/*.[ch]'
- - 'src/nvim/**.lua'
- 'runtime/lua/**.lua'
+ - 'runtime/doc/**'
jobs:
call-regen-api-docs: