Skip to content

Commit

Permalink
Merge pull request #320 from threadi/feature/addHookDocuGenerationInG…
Browse files Browse the repository at this point in the history
…itHubAction

add hook documentation in github action
  • Loading branch information
threadi authored Dec 13, 2024
2 parents 147f46b + c72360c commit 1e911b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Run WordPress Coding Standard checks
run: vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/build/*,*/node_modules/*,*/blocks/*,*/svn/*,*/example/*,*/deprecated/* --standard=ruleset.xml .

- name: Generate hook documentation
run: vendor/bin/wp-documentor parse app --format=markdown --output=doc/hooks.md --prefix=personio_integration

- name: Set version number 1
uses: richardrigutins/replace-in-files@v2
with:
Expand Down

0 comments on commit 1e911b9

Please sign in to comment.