Skip to content

Commit 9f45636

Browse files
committed
Update build-docs.yml
1 parent 5ddbedc commit 9f45636

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ jobs:
1313
contents: write # Required to push to wiki repository
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: akirk/extract-wp-hooks@main
16+
- uses: akirk/extract-wp-hooks@main
17+
with:
18+
base-dir: "."
19+
wiki-directory: "wiki"
20+
exclude-dirs: "vendor,tests,node_modules"
21+
ignore-filters: "debug_hook,internal_filter"
22+
section: "file"

0 commit comments

Comments
 (0)