Skip to content

Commit ff7b8d1

Browse files
committed
Run Meilisearch after API Reference update
1 parent 0b14f31 commit ff7b8d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/apiref.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ jobs:
9595
repository: "phpstan/phpstan"
9696
event-type: check_website_links
9797

98+
- uses: peter-evans/repository-dispatch@v2
99+
with:
100+
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
101+
repository: "phpstan/phpstan"
102+
event-type: meilisearch_crawler
103+
98104
- name: "Check for broken links"
99105
uses: ScholliYT/Broken-Links-Crawler-Action@v3
100106
with:

0 commit comments

Comments
 (0)